19 lines
553 B
Bash
19 lines
553 B
Bash
pkgname="greybird-themes"
|
|
version=1.6.1
|
|
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=92a47d1fb9535f3cf0b59ae63fe804a6c308f72d90957d2dc7a2abbad42c9b1c
|
|
|
|
do_install() {
|
|
tar xzf v${version}.tar.gz
|
|
vmkdir usr/share/themes
|
|
vcopy Greybird-${version} usr/share/themes/Greybird
|
|
}
|