20 lines
542 B
Bash
20 lines
542 B
Bash
|
# 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
|
||
|
}
|
||
|
|