mirror of
https://codeberg.org/gigirassy/nune-gentoo-overlay
synced 2026-08-30 15:37:39 +00:00
21 lines
402 B
Plaintext
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
|
|
} |