New package: Adapta-3.21.5.88 (#4752)

This commit is contained in:
Marta Feriani 2016-09-14 14:29:17 +02:00 committed by Andrea Brancaleoni
parent d878fa1a2c
commit 5811342862

19
srcpkgs/Adapta/template Normal file
View file

@ -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 <marta.celeste.feriani@gmail.com>"
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
}