New package: doasedit-1.0.8

This commit is contained in:
Roberto Ricci
2025-08-16 18:21:30 +02:00
committed by Leah Neukirchen
parent 2fefca6086
commit 7660dbb01d
+17
View File
@@ -0,0 +1,17 @@
# Template file for 'doasedit'
pkgname=doasedit
version=1.0.8
revision=1
build_style="gnu-makefile"
depends="opendoas"
short_desc="Doas wrapper to edit files with an unprivileged editor"
maintainer="Roberto Ricci <io@r-ricci.it>"
license="MIT"
homepage="https://codeberg.org/TotallyLeGIT/doasedit"
changelog="https://codeberg.org/TotallyLeGIT/doasedit/raw/branch/main/CHANGELOG.md"
distfiles="https://codeberg.org/TotallyLeGIT/doasedit/archive/${version}.tar.gz"
checksum=de7dfc450568d14f1ff473aa4a50a0d0505e188e117cc12cf3a2b0ea5da8af10
post_install() {
vlicense LICENSE
}