awy

Gentoo ebuilds
git clone https://git.awy.one/awy
Log | Files | Refs

doasedit-9999.ebuild (352B) - View raw


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
EAPI=8

inherit optfeature

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

inherit git-r3
EGIT_REPO_URI="https://codeberg.org/TotallyLeGIT/${PN}.git"

LICENSE="MIT"
SLOT="0"

DEPEND="app-admin/doas"
RDEPEND="${DEPEND}"

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