diff --git a/srcpkgs/blackbird-themes/template b/srcpkgs/blackbird-themes/template new file mode 100644 index 00000000000..592b7375c46 --- /dev/null +++ b/srcpkgs/blackbird-themes/template @@ -0,0 +1,18 @@ +pkgname="blackbird-themes" +version="0.4" +revision=1 +noarch=yes +short_desc="An elegant dark GTK2/3/Metacity/Xfwm theme" +build_style=fetch +maintainer="Jakub Skrzypnik " +license="GPL-2" +depends="gtk+" +homepage="https://github.com/shimmerproject/Blackbird" +distfiles="https://github.com/shimmerproject/Blackbird/archive/v${version}.tar.gz" +checksum="ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6" + +do_install() { + tar xzf v${version}.tar.gz + vmkdir usr/share/themes + vcopy Blackbird-${version} usr/share/themes/Blacbird +}