New package: stdm-0.1.1
This commit is contained in:
parent
70d4b9d479
commit
563caa0831
1 changed files with 18 additions and 0 deletions
18
srcpkgs/stdm/template
Normal file
18
srcpkgs/stdm/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue