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