app-admin/doasedit - 1.0.9 (guru)

Search

Install

Install this version:

emerge -a =app-admin/doasedit-1.0.9

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

autounmask =app-admin/doasedit-1.0.9

Or alternatively:

emerge --autounmask-write -a =app-admin/doasedit-1.0.9

Package Information

Description:
Edit files as root using an unprivileged editor
Homepage:
https://codeberg.org/TotallyLeGIT/doasedit
License:
MIT

Ebuild Details

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

EAPI=8

if [[ ${PV} != "9999" ]]; then
	SRC_URI="https://codeberg.org/TotallyLeGIT/doasedit/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
	S="${WORKDIR}/${PN}"
else
	inherit git-r3
	EGIT_REPO_URI="https://codeberg.org/TotallyLeGIT/doasedit.git"
	S="${WORKDIR}/${P}"
fi

DESCRIPTION="Edit files as root using an unprivileged editor"
HOMEPAGE="https://codeberg.org/TotallyLeGIT/doasedit"

LICENSE="MIT"
SLOT="0"
RESTRICT="strip test"

RDEPEND="
	app-admin/doas
"

src_compile() {
	:
}

src_install() {
	emake prefix="${D}"/usr install
	einstalldocs
}

Inherited Eclasses

Dependencies

RDEPEND

	app-admin/doas

Manifest for 1.0.9

Type File Size Source URLs
DIST doasedit-1.0.9.tar.gz 5842 bytes https://codeberg.org/TotallyLeGIT/doasedit/archive/1.0.9.tar.gz