void-packages/srcpkgs/Adapta/template
2016-11-11 23:17:20 +01:00

20 lines
579 B
Bash

# Template file for 'Adapta'
pkgname=Adapta
version=3.22.3.14
revision=1
build_style=gnu-configure
wrksrc="adapta-gtk-theme-$version"
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=fb871fb77856b9a29fd39abd4c6517a6616be00a0b53983711d9b35ab1735e3d
noarch=y
pre_configure() {
gem install bundler sass
./autogen.sh
}