mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: afterpiece-openbox-theme-1.01 (#2388)
This commit is contained in:
parent
8a150345ef
commit
1f1a22a26c
1 changed files with 21 additions and 0 deletions
21
srcpkgs/afterpiece-openbox-theme/template
Normal file
21
srcpkgs/afterpiece-openbox-theme/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'afterpiece-openbox-theme'
|
||||||
|
pkgname=afterpiece-openbox-theme
|
||||||
|
version=1.01
|
||||||
|
revision=1
|
||||||
|
create_wrksrc=yes
|
||||||
|
depends="openbox"
|
||||||
|
short_desc="A modern, flat theme for Openbox"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://www.box-look.org/p/1017696/"
|
||||||
|
distfiles="https://dl.opendesktop.org/api/files/download/id/1463119229/s/a357760c3effb3ae1f1260ff7e564d40/t/1536170308/u/168276-Afterpiece.obt"
|
||||||
|
checksum=efde98defa02b83f9a8625d2cde91b180940f73740e54b8e292690a80834ea95
|
||||||
|
|
||||||
|
do_extract() {
|
||||||
|
tar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/168276-Afterpiece.obt
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/themes
|
||||||
|
vcopy Afterpiece usr/share/themes
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue