vp-build/srcpkgs/stdm/template

19 lines
547 B
Bash

# Template file for 'stdm'
pkgname=stdm
version=0.1.1
revision=1
wrksrc="stdm"
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=a09a15cf7ba860d2e85b4d069792da0f1ced32249dbc03653e5961e698c7020f
post_install() {
vmkdir etc/profile.d
vinstall contrib/profile.sh 644 etc/profile.d stdm.sh
vlicense LICENSE.md
}