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

pkgname="flat-remix"
pkgver=20190525
pkgrel=1
pkgdesc="Flat remix is a pretty simple icon 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"
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}
}