diff options
author | awy <awy@awy.one> | 2025-08-17 16:48:50 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-17 16:48:50 +0300 |
commit | e33dafa207f0581b6567d95a2a13f066a95129da (patch) | |
tree | 7781fd3e7dfae828e8c499e964bbeb8b3ab69aff /app-admin/doasedit/doasedit-9999.ebuild | |
parent | 650d96b6ade176c4214091aa36d335b88da64ef3 (diff) |
app-admin/doasedit: New package
Diffstat (limited to 'app-admin/doasedit/doasedit-9999.ebuild')
-rw-r--r-- | app-admin/doasedit/doasedit-9999.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/doasedit/doasedit-9999.ebuild b/app-admin/doasedit/doasedit-9999.ebuild new file mode 100644 index 0000000..2339b38 --- /dev/null +++ b/app-admin/doasedit/doasedit-9999.ebuild @@ -0,0 +1,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 +} |