makedeb
Light and Dark window themes based on a Skeuomorphic design.
Viewing /PKGBUILD
.
Click here to go back to the Git tree for skeuos-gtk.
# Maintainer: John Ruschmeyer <jruschme@gmail.com>
# Contributor: Daniel Ruiz de Alegria <daniel@drasite.com>
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}
}