albatross-themes: Add Albatross themes
This commit is contained in:
parent
e2930d4d41
commit
0e5555f095
1 changed files with 18 additions and 0 deletions
18
srcpkgs/albatross-themes/template
Normal file
18
srcpkgs/albatross-themes/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
}
|
Loading…
Reference in a new issue