17 lines
525 B
Bash
17 lines
525 B
Bash
# Template file for 'blackbird-themes'
|
|
pkgname=blackbird-themes
|
|
version=0.4
|
|
revision=5
|
|
short_desc="Elegant dark GTK2/3/Metacity/Xfwm theme"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/shimmerproject/Blackbird"
|
|
distfiles="https://github.com/shimmerproject/Blackbird/archive/v${version}.tar.gz"
|
|
checksum=ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6
|
|
|
|
do_install() {
|
|
vmkdir usr/share/themes
|
|
rm README .gitignore
|
|
vcopy . usr/share/themes/Blackbird
|
|
}
|