20 lines
637 B
Bash
20 lines
637 B
Bash
|
# Template file for 'archlabs-themes'
|
||
|
pkgname=archlabs-themes
|
||
|
version=20180503
|
||
|
revision=1
|
||
|
_commit=73d0900117daefedf6c76dd0e71538bb954f1b10
|
||
|
wrksrc="ArchLabs-Themes-${_commit}"
|
||
|
noarch=yes
|
||
|
depends="gnome-themes-standard gtk-engine-murrine"
|
||
|
short_desc="Themes used in ArchLabs"
|
||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||
|
license="LGPL-3.0-only"
|
||
|
homepage="https://github.com/ARCHLabs/ArchLabs-Themes"
|
||
|
distfiles="https://github.com/ARCHLabs/ArchLabs-Themes/archive/${_commit}.tar.gz"
|
||
|
checksum=11c4d08537bf512d8515266bb8ae15ae34e9b63c4485d2f6389dc22ba74be067
|
||
|
|
||
|
do_install() {
|
||
|
vmkdir usr/share/themes
|
||
|
vcopy Themes/ArchLabs* usr/share/themes
|
||
|
}
|