app-admin/doasedit: add 1.0.9

Signed-off-by: Titouan Llusca <titouan.llusca@gmail.com>
This commit is contained in:
Titouan Llusca
2025-10-31 11:31:49 +01:00
parent 75acddcae5
commit 555a6f5332
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST doasedit-1.0.8.tar.gz 5406 BLAKE2B 28762362869fc95d89b227ed2a7a6e705bb1269818a8aefb45f627146b9cda281d6a597809df6e2aa7da96075e69cc4763f9bd650d3ca82a7d5c9c4e7966df8e SHA512 7194018653eb634a8571ab64afcf377a4fd3c4f641484da020dbd35061b513cf012c66fa9ef452794794d0f18046428205278c3de9aaf0611a801471224621d4
DIST doasedit-1.0.9.tar.gz 5842 BLAKE2B c07d72cea6073e2e02f627e296157b0d36662ba3b5854057db7901f7943582add7414b14be84e8d0829981a1f967b8c899be41e01cdd2c9dd4ff56d233920457 SHA512 75cecbc93fbfe5ed3d848b6d6bfdc9bccfb5b107a2e47b6a448baa51cc0dc511150c74ea54bd6c616bd470cc44c23f47b1b8a53a553fb6ab1c49a52a5163677d

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2025 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"
RDEPEND="
app-admin/doas
"
src_install() {
emake \
prefix="${D}"/usr \
install
}