mirror of
https://codeberg.org/gigirassy/nune-gentoo-overlay
synced 2026-08-30 15:37:39 +00:00
Add app-admin/doas-sudo-shim
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user