# Maintainer: Daniel Ruiz de Alegria pkgname="flat-remix-gtk" pkgver=20220627 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') options=('!strip') source=("https://github.com/daniruiz/${pkgname}/archive/${pkgver}.tar.gz") sha256sums=('SKIP') package() { cd "${srcdir}/${pkgname}-${pkgver}/" make install DESTDIR=${pkgdir} }