diff --git a/srcpkgs/Adapta/template b/srcpkgs/Adapta/template new file mode 100644 index 00000000000..8464605c8f8 --- /dev/null +++ b/srcpkgs/Adapta/template @@ -0,0 +1,19 @@ +# Template file for 'Adapta' +pkgname=Adapta +version=3.21.5.88 +revision=1 +build_style=gnu-configure +hostmakedepends="automake ruby inkscape glib-devel parallel" +short_desc="An adaptive Gtk+ theme based on Material Design Guidelines" +maintainer="demiaster " +license="GPL-2" +homepage="https://github.com/tista500/$pkgname" +distfiles="$homepage/archive/$version.tar.gz" +checksum=8cac96c0b01e00336adcad29d5a238bc52b743329fb119bec497dd75c0bf5552 + +noarch=y + +pre_configure() { + gem install bundler sass + ./autogen.sh +}