# Maintainer: Daniel Ruiz de Alegria 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} }