app-admin/doas-sudo-shim - 0.2.0 (guru)

Search

Install

Install this version:

emerge -a =app-admin/doas-sudo-shim-0.2.0

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

autounmask =app-admin/doas-sudo-shim-0.2.0

Or alternatively:

emerge --autounmask-write -a =app-admin/doas-sudo-shim-0.2.0

Package Information

Description:
sudo shim that utilizes doas
Homepage:
https://github.com/jirutka/doas-sudo-shim
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="sudo shim that utilizes doas"
HOMEPAGE="https://github.com/jirutka/doas-sudo-shim"
SRC_URI="https://github.com/jirutka/doas-sudo-shim/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"

BDEPEND="doc? ( dev-ruby/asciidoctor )"
RDEPEND="
	app-admin/doas
	!app-admin/sudo
"

src_compile() {
	if use doc; then
		emake man
	fi
}

src_install() {
	local targets="install-exec"
	use doc && targets+=" install-man"
	emake DESTDIR="${ED}" PREFIX=/usr ${targets}
	dodoc README.adoc LICENSE
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-admin/doas-sudo-shim | euse -E <flag> -p app-admin/doas-sudo-shim | euse -D <flag> -p app-admin/doas-sudo-shim

Global/Standard Flags

doc

Dependencies

RDEPEND

	app-admin/doas
	!app-admin/sudo

BDEPEND

doc? ( dev-ruby/asciidoctor )

Manifest for 0.2.0

Type File Size Source URLs
DIST doas-sudo-shim-0.2.0.tar.gz 5442 bytes https://github.com/jirutka/doas-sudo-shim/archive/v0.2.0.tar.gz