From d430630f30e11c63a1dadcaee9931d49cc20a49d 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/emptty/template diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template new file mode 100644 index 00000000000..24f1ab7a471 --- /dev/null +++ b/srcpkgs/emptty/template @@ -0,0 +1,20 @@ +# Template file for 'emptty' +pkgname=emptty +version=0.3.0 +revision=1 +build_style=gnu-makefile +make_build_target=build +make_install_target="install-all install-runit install-config" +makedepends="pam-devel go gcc libX11-devel" +depends="pam libX11" +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 +nopie=yes + +post_install() { + vlicense LICENSE +}