diff --git a/srcpkgs/numix-themes/template b/srcpkgs/numix-themes/template new file mode 100644 index 0000000000..42664933aa --- /dev/null +++ b/srcpkgs/numix-themes/template @@ -0,0 +1,18 @@ +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 " +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 +}