void-packages/srcpkgs/greybird-themes/template

19 lines
553 B
Bash
Raw Normal View History

2015-07-22 10:09:53 +02:00
pkgname="greybird-themes"
2015-08-23 23:37:26 +02:00
version=1.6.1
2015-07-22 10:09:53 +02:00
revision=1
noarch=yes
short_desc="An elegant grey GTK2/3/Metacity/Xfwm theme"
build_style=fetch
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-2"
depends="gtk+"
homepage="https://github.com/shimmerproject/Greybird"
distfiles="https://github.com/shimmerproject/Greybird/archive/v${version}.tar.gz"
2015-08-23 23:37:26 +02:00
checksum=92a47d1fb9535f3cf0b59ae63fe804a6c308f72d90957d2dc7a2abbad42c9b1c
2015-07-22 10:09:53 +02:00
do_install() {
tar xzf v${version}.tar.gz
vmkdir usr/share/themes
vcopy Greybird-${version} usr/share/themes/Greybird
}