void-packages/srcpkgs/Adapta/template

21 lines
580 B
Bash
Raw Normal View History

2016-09-14 12:29:17 +00:00
# Template file for 'Adapta'
pkgname=Adapta
2016-10-20 09:23:55 +00:00
version=3.22.1.134
2016-09-14 12:29:17 +00:00
revision=1
build_style=gnu-configure
2016-10-16 20:55:43 +00:00
wrksrc="adapta-gtk-theme-$version"
2016-09-14 12:29:17 +00:00
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"
2016-10-20 09:23:55 +00:00
checksum=fd2cdb6ac8f207fc8281ec62c1ab0457664c584f08d2c9eff7bc07d3ffb43b05
2016-09-14 12:29:17 +00:00
noarch=y
pre_configure() {
gem install bundler sass
./autogen.sh
}