vp-build/srcpkgs/albatross-themes/template

19 lines
563 B
Bash

pkgname="albatross-themes"
version="1.7.4"
revision=1
noarch=yes
short_desc="An elegant black 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/Albatross"
distfiles="https://github.com/shimmerproject/Albatross/archive/v${version}.tar.gz"
checksum="ff40e28e164cb99f01b131ae3e79a07782e29a720535460e901ce305fa322ae1"
do_install() {
tar xzf v${version}.tar.gz
vmkdir usr/share/themes
vcopy Albatross-${version} usr/share/themes/Albatross
}