23 lines
613 B
Bash
23 lines
613 B
Bash
pkgname=numix-themes
|
|
version=2.6.6
|
|
revision=1
|
|
wrksrc="numix-gtk-theme-${version}"
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
short_desc="A modern flat theme with a combination of light and dark elements"
|
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
|
license="GPL-3"
|
|
depends="gtk+3 gtk-engine-murrine"
|
|
hostmakedepends="glib-devel gdk-pixbuf-devel ruby-devel"
|
|
homepage="https://github.com/numixproject/numix-gtk-theme"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856
|
|
|
|
pre_build() {
|
|
gem install sass
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|