void-packages/srcpkgs/Adapta/template
2017-02-26 01:52:35 +01:00

21 lines
621 B
Bash

# Template file for 'Adapta'
pkgname=Adapta
version=3.89.4.47
revision=1
build_style=gnu-configure
wrksrc="adapta-gtk-theme-$version"
makedepends="gdk-pixbuf-devel glib-devel librsvg-devel"
hostmakedepends="automake inkscape parallel pkg-config sassc glib-devel"
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=8262daa5557f4030610ac7e9a51e380eb538dc39461dd35594981db956990fca
noarch=y
pre_configure() {
./autogen.sh
}