Files
nune-gentoo-overlay/app-admin/doas-sudo-shim
T

21 lines
402 B
Plaintext

EAPI=8
inherit toolchain-funcs
DESCRIPTION="Sudo shim for doas"
HOMEPAGE="https://github.com/jirutka/doas-sudo-shim"
SRC_URI="https://github.com/jirutka/doas-sudo-shim/archive/refs/tags/v0.2.0.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="app-admin/opendoas"
RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
dodoc LICENSE
}