18 lines
511 B
Bash
18 lines
511 B
Bash
# Template file for 'stdm'
|
|
pkgname=stdm
|
|
version=0.1.1
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="Simple terminal display manager"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="AGPL-3.0-only"
|
|
homepage="https://git.jcg.re/jcgruenhage/stdm"
|
|
distfiles="https://git.jcg.re/jcgruenhage/stdm/archive/v${version}.tar.gz"
|
|
checksum=7570b30d50081d4438aff731fba4fdc3f268cb65f9c61d1fa93352d89bc52f2f
|
|
|
|
post_install() {
|
|
vmkdir etc/profile.d
|
|
vinstall contrib/profile.sh 644 etc/profile.d stdm.sh
|
|
vlicense LICENSE.md
|
|
}
|