vp-build/srcpkgs/albatross-themes/template

20 lines
607 B
Bash

# Template file for 'albatross-themes'
pkgname=albatross-themes
version=1.7.4
revision=2
noarch=yes
build_style=fetch
depends="gtk+"
short_desc="An elegant black GTK2/3/Metacity/Xfwm theme"
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-2.0-or-later"
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
}