New package: lxdm-theme-vdojo-1.0
This commit is contained in:
parent
3e640fd910
commit
1e9142404a
|
@ -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 <piotr@balcerowski.org>"
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue