summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ad2c82425aa4e601b5a8d69a68ff2e5a94cbf699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Daniel Ruiz de Alegria <daniel@drasite.com>

pkgname="flat-remix-gtk"
pkgver=20190409
pkgrel=1
pkgdesc="Flat Remix GTK theme is a pretty simple gtk window theme inspired on material design following a modern design using \"flat\" colors with high contrasts and sharp borders."
arch=('any')
url="https://drasite.com/flat-remix-gtk"
license=('GPL 3.0')
source=("https://github.com/daniruiz/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('SKIP')

package() {
	cd "${srcdir}/${pkgname}-${pkgver}/"
	make install DESTDIR=${pkgdir}
}