From 87fcdf55512a2a5c45efbec4f7ec4721102fab5f Mon Sep 17 00:00:00 2001 From: xXR01I1Xx Date: Mon, 8 Jun 2020 18:34:18 +0200 Subject: [PATCH] New package: emptty-0.3.0 --- srcpkgs/emptty/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/emptty/template diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template new file mode 100644 index 00000000000..66bd51ef9f2 --- /dev/null +++ b/srcpkgs/emptty/template @@ -0,0 +1,22 @@ +# Template file for 'emptty' +pkgname=emptty +version=0.3.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="xXR01I1Xx " +license="MIT" +homepage="https://github.com/tvrzna/emptty" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=fa8a6336e150f0f74813ccf71817228deed9e06f1c8362e41634def959ff6c2b + +post_install() { + vinstall res/pam 644 etc/pam.d emptty + vinstall res/runit-run 755 etc/sv/emptty run + vinstall res/conf 755 etc/emptty + vman res/emptty.1 + vlicense LICENSE + ln -s /run/runit/supervise.emptty ${DESTDIR}/etc/sv/emptty/supervise +}