void-packages/srcpkgs/Adapta/template

21 lines
687 B
Bash

# Template file for 'Adapta'
pkgname=Adapta
version=3.93.0.11
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=6f6ce6cbe0a78606b8c422a1d2c9e4c6a794047be4cfc4a322f89d2c369a0d40
noarch=y
pre_configure() {
./autogen.sh
}