void-packages/srcpkgs/greybird-themes/template
2015-07-26 20:01:55 +02:00

19 lines
555 B
Bash

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 <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"
checksum="983b6fe80ac8fb3598b01b53379c617b43a60762df6ea90bd4373fe2dec71fa5"
do_install() {
tar xzf v${version}.tar.gz
vmkdir usr/share/themes
vcopy Greybird-${version} usr/share/themes/Greybird
}