gui-apps/emptty - 0.16.1 (amano-kenji)

Search

Install

Install this version:

emerge -a =gui-apps/emptty-0.16.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/emptty-0.16.1

Or alternatively:

emerge --autounmask-write -a =gui-apps/emptty-0.16.1

Package Information

Description:
Dead simple CLI Display Manager on TTY
Homepage:
https://github.com/tvrzna/emptty
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.16.1 8 ~amd64 0
View Raw Ebuild
EAPI=8

inherit go-module pam systemd

DESCRIPTION="Dead simple CLI Display Manager on TTY"
HOMEPAGE="https://github.com/tvrzna/emptty"
SRC_URI="https://github.com/tvrzna/emptty/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://codeberg.org/amano-kenji-gentoo-overlay/${PN}/raw/branch/master/emptty-0.13.0-deps.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
DEPEND="sys-libs/pam"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-lang/go-1.20"
DOCS="README.md SAMPLES.md res/conf"

src_compile() {
	go build || die
}

src_install() {
	dobin emptty
	einstalldocs
	doman res/emptty.1

	newpamd res/pam emptty
	systemd_newunit res/systemd-service emptty.service
	exeinto /etc/init.d
	newexe res/openrc-service emptty
}

Inherited Eclasses

pam

Dependencies

DEPEND

sys-libs/pam

RDEPEND

sys-libs/pam

BDEPEND

>=dev-lang/go-1.20

Manifest for 0.16.1

Type File Size Source URLs
DIST emptty-0.13.0-deps.tar.xz 28576 bytes https://codeberg.org/amano-kenji-gentoo-overlay/emptty/raw/branch/master/emptty-0.13.0-deps.tar.xz
DIST emptty-0.16.1.tar.gz 51245 bytes https://github.com/tvrzna/emptty/archive/refs/tags/v0.16.1.tar.gz