void-packages/srcpkgs/Adapta/template
2017-11-02 01:46:47 +01:00

20 lines
687 B
Bash

# Template file for 'Adapta'
pkgname=Adapta
version=3.92.1.62
revision=1
build_style=gnu-configure
wrksrc="adapta-gtk-theme-$version"
makedepends="gdk-pixbuf-devel glib-devel librsvg-devel gnome-shell"
hostmakedepends="automake inkscape parallel pkg-config sassc glib-devel procps-ng"
short_desc="An adaptive Gtk+ theme based on Material Design Guidelines"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
homepage=https://github.com/adapta-project/adapta-gtk-theme
distfiles="https://github.com/adapta-project/adapta-gtk-theme/archive/$version.tar.gz"
checksum=fa315ae3abfc27f28adc21e16b3e654fea08912f65a1e6e6c040779621ca085f
noarch=y
pre_configure() {
./autogen.sh
}