void-packages/srcpkgs/Adapta/template

21 lines
579 B
Bash

# Template file for 'Adapta'
pkgname=Adapta
version=3.22.2.16
revision=1
build_style=gnu-configure
wrksrc="adapta-gtk-theme-$version"
hostmakedepends="automake ruby inkscape glib-devel parallel"
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=87a098515207b13bb2ea78054925d47accb8d0c8a1fc5e83b3c509b3c349dbe1
noarch=y
pre_configure() {
gem install bundler sass
./autogen.sh
}