24 lines
770 B
Bash
24 lines
770 B
Bash
# Template file for 'emptty'
|
|
pkgname=emptty
|
|
version=0.13.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/tvrzna/emptty
|
|
makedepends="pam-devel libX11-devel"
|
|
short_desc="Dead simple Display Manager running in CLI as TTY login"
|
|
maintainer="tvrzna <emporeor@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/tvrzna/emptty"
|
|
distfiles="https://github.com/tvrzna/emptty/archive/v${version}.tar.gz"
|
|
checksum=3bed150f359fa46664ff28bff9d15306b899e147e60d486eb3a415afd7e2f3ba
|
|
conf_files="/etc/emptty/conf /etc/pam.d/emptty"
|
|
|
|
post_install() {
|
|
vinstall res/pam 644 etc/pam.d emptty
|
|
vinstall res/runit-run 755 etc/sv/emptty run
|
|
vinstall res/conf 644 etc/emptty
|
|
vman res/emptty.1
|
|
vlicense LICENSE
|
|
ln -s /run/runit/supervise.emptty ${DESTDIR}/etc/sv/emptty/supervise
|
|
}
|