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