void-packages/srcpkgs/numix-themes/template
2015-07-26 20:01:55 +02:00

18 lines
540 B
Bash

pkgname="numix-themes"
version="2.5.1"
revision=1
noarch=yes
short_desc="A modern flat GTK2/3/Metacity/Xfwm theme"
build_style=fetch
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-3"
depends="gtk+"
homepage="https://github.com/shimmerproject/Numix"
distfiles="https://github.com/shimmerproject/Numix/archive/v${version}.tar.gz"
checksum="64b0c34c49633879c8b0b9b685da7b927501ab6db265db15fed04705c04f935b"
do_install() {
tar xzf v${version}.tar.gz
vmkdir usr/share/themes
vcopy Numix-${version} usr/share/themes/Numix
}