Created
May 1, 2016 08:50
-
-
Save eyelash/dca6935425c571f400b48360a3bf0fde to your computer and use it in GitHub Desktop.
Adapta PKGBUILD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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