23 lines
613 B
Bash
23 lines
613 B
Bash
pkgname=numix-themes
|
|
version=2.6.7
|
|
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=2b997ad3eee0b802d0dd49dd772127fd3c337cca32d8863efd4897928e38879a
|
|
|
|
pre_build() {
|
|
gem install sass
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|