19 lines
555 B
Bash
19 lines
555 B
Bash
# Template file for 'Adapta'
|
|
pkgname=Adapta
|
|
version=3.89.1.131
|
|
revision=1
|
|
build_style=gnu-configure
|
|
wrksrc="adapta-gtk-theme-$version"
|
|
hostmakedepends="automake inkscape glib-devel parallel sassc"
|
|
short_desc="An adaptive Gtk+ theme based on Material Design Guidelines"
|
|
maintainer="demiaster <marta.celeste.feriani@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/tista500/$pkgname"
|
|
distfiles="$homepage/archive/$version.tar.gz"
|
|
checksum=969ee86a347886980c432980236467941a676e84da3a9074a4c74f7f0fb0d325
|
|
|
|
noarch=y
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|