summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5eb12280e7cd03c604d693d2bd1e7b7c570d8c3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=contemporary-widgets
pkgver=1.7
pkgrel=0
pkgdesc="Contemporary Widget Theme"
arch=("x86_64")
url="https://github.com/vicr123/contemporary-theme"
license=('GPL3')
depends=('qt5-base' 'the-libs')
makedepends=('git')
source=('https://github.com/vicr123/contemporary-theme/archive/v1.7.tar.gz')
sha256sums=('b1ebd8832e2f3d3335c9d48db68b0dda2594f317aadcd6a24e09ab4e8ec1c3e4')

build() {
	cd "contemporary-theme-$pkgver"
	qmake
	make
}

package() {
	cd "contemporary-theme-$pkgver"
	make install INSTALL_ROOT=$pkgdir
}