diff --git a/srcpkgs/lxdm-theme-vdojo/template b/srcpkgs/lxdm-theme-vdojo/template new file mode 100644 index 00000000000..997abe1ed5f --- /dev/null +++ b/srcpkgs/lxdm-theme-vdojo/template @@ -0,0 +1,19 @@ +# Template file for 'lxdm-theme-vdojo' +pkgname=lxdm-theme-vdojo +version=1.0 +revision=1 +noarch=yes +wrksrc="vdojo-$version" +depends="lxdm" +short_desc="LXDM theme for voidlinux" +maintainer="Piotr Balcerowski " +license="GPL-3.0-or-later" +homepage="https://github.com/PB-repo/vdojo" +distfiles="https://github.com/PB-repo/vdojo/archive/v${version}.tar.gz" +checksum=40b226bfdc300de5315dc9ffb2f3118f8e99b260ab3b53096236378933e035d6 + +do_install() { + mkdir -p $DESTDIR/usr/share/lxdm/themes + vcopy vdojo usr/share/lxdm/themes +} +