void-packages/srcpkgs/Adapta/template
2018-05-24 12:34:29 +02:00

20 lines
686 B
Bash

# Template file for 'Adapta'
pkgname=Adapta
version=3.93.1.18
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=95fce2565c9d3a6b7ba753c78ab27b456d62702ad11be3d9ce6dbd14f68c6066
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}