18 lines
533 B
Bash
18 lines
533 B
Bash
# Template file for 'stdm'
|
|
pkgname=stdm
|
|
version=0.1.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Simple terminal display manager"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
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=c70ac589898199e68bf69f8d361accdc50e9fc3e3d7e530fc3a790315af2f489
|
|
|
|
post_install() {
|
|
vmkdir etc/profile.d
|
|
vinstall contrib/profile.sh 644 etc/profile.d stdm.sh
|
|
vlicense LICENSE.md
|
|
}
|