19 lines
640 B
Bash
19 lines
640 B
Bash
# Template file for 'slim-void-theme'
|
|
pkgname=slim-void-theme
|
|
version=1.0.0
|
|
revision=2
|
|
depends="slim"
|
|
short_desc="Fancy SLiM theme for Void Linux"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/DirectorX/slim-void-theme"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=73b1506c6619014d9e54fd30fa82336f12ee34741eae283df7bdfd3559215c54
|
|
|
|
do_install() {
|
|
vmkdir "usr/share/slim/themes/${pkgname}"
|
|
vinstall panel.png 644 "usr/share/slim/themes/${pkgname}"
|
|
vinstall background.jpg 644 "usr/share/slim/themes/${pkgname}"
|
|
vinstall slim.theme 644 "usr/share/slim/themes/${pkgname}"
|
|
}
|