Skip to content

Instantly share code, notes, and snippets.

@eyelash
Created May 1, 2016 08:50
Show Gist options
  • Select an option

  • Save eyelash/dca6935425c571f400b48360a3bf0fde to your computer and use it in GitHub Desktop.

Select an option

Save eyelash/dca6935425c571f400b48360a3bf0fde to your computer and use it in GitHub Desktop.
Adapta PKGBUILD
pkgname=adapta-gtk-theme
pkgver=3.20.3.106
pkgrel=1
pkgdesc="An adaptive Gtk+ theme based on Material Design Guidelines"
arch=('any')
url="https://github.com/tista500/Adapta"
license=('GPL2')
depends=('gtk3')
source=("https://github.com/tista500/Adapta/archive/$pkgver.tar.gz")
sha256sums=('SKIP')
build() {
cd "Adapta-$pkgver"
./autogen.sh --prefix=/usr
make
}
package() {
cd "Adapta-$pkgver"
make DESTDIR="$pkgdir" install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment