sys-apps/autologin - 1.0.0 (robertgzr)

Search

Package Information

Description:
daemon for automatic login on TTY
Homepage:
https://git.sr.ht/~kennylevinsen/autologin
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 ~x86 ~aarch64 ~arm 0
View Raw Ebuild
# Copyright 2021-2024 Robert Günzler
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson pam

DESCRIPTION="daemon for automatic login on TTY"
HOMEPAGE="https://git.sr.ht/~kennylevinsen/autologin"
SRC_URI="https://git.sr.ht/~kennylevinsen/autologin/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~aarch64 ~arm"

DEPEND="
	sys-libs/pam
"
RDEPEND="${DEPEND}"

src_install() {
	meson_src_install
	newpamd ${FILESDIR}/autologin.pamd autologin
}

Dependencies

DEPEND

	sys-libs/pam

RDEPEND

	sys-libs/pam

Manifest for 1.0.0

Type File Size Source URLs
DIST autologin-1.0.0.tar.gz 14863 bytes https://git.sr.ht/~kennylevinsen/autologin/archive/1.0.0.tar.gz