19 lines
555 B
Bash
19 lines
555 B
Bash
|
pkgname="bluebird-themes"
|
||
|
version="1.2"
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
short_desc="An elegant blue 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/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
|
||
|
}
|