# Maintainer: Daniel Ruiz de Alegria pkgname="flat-remix" pkgver=20240201 pkgrel=1 pkgdesc="Flat Remix is an icon theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth." arch=('any') url="https://drasite.com/flat-remix" license=('GPL3') options=('!strip') source=("https://github.com/daniruiz/${pkgname}/archive/${pkgver}.tar.gz") sha256sums=('SKIP') package() { cd "${srcdir}/${pkgname}-${pkgver}/" make install DESTDIR=${pkgdir} }