diff --git a/srcpkgs/slim-void-theme/template b/srcpkgs/slim-void-theme/template new file mode 100644 index 00000000000..22966f1607a --- /dev/null +++ b/srcpkgs/slim-void-theme/template @@ -0,0 +1,19 @@ +# Template file for 'slim-void-theme' +pkgname=slim-void-theme +version=1.0.0 +revision=1 +noarch=yes +depends="slim" +short_desc="Fancy SLiM theme for Void Linux" +maintainer="DirectorX " +license="GPL-3" +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}" + vcopy panel.png "usr/share/slim/themes/${pkgname}" + vcopy background.jpg "usr/share/slim/themes/${pkgname}" + vcopy slim.theme "usr/share/slim/themes/${pkgname}" +}