void-packages/srcpkgs/bluebird-themes/template

20 lines
598 B
Bash

# Template file for 'bluebird-themes'
pkgname=bluebird-themes
version=1.2
revision=2
noarch=yes
build_style=fetch
depends="gtk+"
short_desc="An elegant blue GTK2/3/Metacity/Xfwm theme"
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/shimmerproject/Bluebird"
distfiles="https://github.com/shimmerproject/Bluebird/archive/v${version}.tar.gz"
checksum=f76520181d9cb74a0cf1c61728ab02a7fb5f0835fef036ebd68f1e89caa0c579
do_install() {
tar xzf v${version}.tar.gz
vmkdir usr/share/themes
vcopy Bluebird-${version} usr/share/themes/Bluebird
}