void-packages/srcpkgs/numix-themes/template
2016-05-06 12:11:52 -04:00

20 lines
587 B
Bash

# Template file for 'numix-themes'
pkgname=numix-themes
version=2.5.1
revision=4
noarch=yes
short_desc="A modern flat GTK3/Metacity/Xfwm theme"
build_style=fetch
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-3"
depends="gtk+3 gtk-engine-murrine"
homepage="https://github.com/numixproject/numix-gtk-theme"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=f3202f016605d499b530d7ddb946b1275801e8498dc7fd607f5e272b7227cc78
do_install() {
tar xzf v${version}.tar.gz
vmkdir usr/share/themes
vcopy numix-gtk-theme-${version} usr/share/themes/numix-gtk-theme
}