void-packages/srcpkgs/albatross-themes/template
classabbyamp 169b37b5a7
*: orphan Jakub Skrzypnik's packages
has not contributed since 2018
2023-12-06 18:32:36 -05:00

16 lines
554 B
Bash

# Template file for 'albatross-themes'
pkgname=albatross-themes
version=1.7.4
revision=4
short_desc="Elegant black GTK2/3/Metacity/Xfwm theme"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, CC-BY-SA-3.0"
homepage="https://github.com/shimmerproject/Albatross"
distfiles="https://github.com/shimmerproject/Albatross/archive/v${version}.tar.gz"
checksum=ff40e28e164cb99f01b131ae3e79a07782e29a720535460e901ce305fa322ae1
do_install() {
vmkdir usr/share/themes
rm -f .gitignore LICENSE* README
vcopy . usr/share/themes/Albatross
}