void-packages/srcpkgs/Adapta/template
2018-06-18 11:49:28 +02:00

20 lines
686 B
Bash

# Template file for 'Adapta'
pkgname=Adapta
version=3.93.1.22
revision=1
noarch=yes
build_style=gnu-configure
wrksrc="adapta-gtk-theme-$version"
hostmakedepends="automake glib-devel gnome-shell inkscape parallel pkg-config
procps-ng sassc"
makedepends="glib-devel librsvg-devel"
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=f2b7323bc31c494e338003dfb6c067504acc55d81df91b257330cb13e70e708e
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}