# Maintainer: John Ruschmeyer # Contributor: Daniel Ruiz de Alegria pkgname="skeuos-gtk" pkgver=20220629 pkgrel=2 pkgdesc="Light and Dark window themes based on a Skeuomorphic design." arch=('any') url="https://github.com/daniruiz/skeuos-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} }