20 lines
595 B
Bash
20 lines
595 B
Bash
# Template file for 'blackbird-themes'
|
|
pkgname=blackbird-themes
|
|
version=0.4
|
|
revision=2
|
|
noarch=yes
|
|
build_style=fetch
|
|
short_desc="An elegant dark GTK2/3/Metacity/Xfwm theme"
|
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
|
license="GPL-2"
|
|
depends="gtk+"
|
|
homepage="https://github.com/shimmerproject/Blackbird"
|
|
distfiles="https://github.com/shimmerproject/Blackbird/archive/v${version}.tar.gz"
|
|
checksum="ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6"
|
|
|
|
do_install() {
|
|
tar xzf v${version}.tar.gz
|
|
vmkdir usr/share/themes
|
|
vcopy Blackbird-${version} usr/share/themes/Blackbird
|
|
}
|