doas-sudo-shim

This commit is contained in:
Lilian Jónsdóttir 2023-11-07 17:38:52 -08:00
parent 5b3ee80602
commit 760e94aafb

View file

@ -0,0 +1,21 @@
# Template file for 'doas-sudo-shim'
pkgname=doas-sudo-shim
version=0.1.1
revision=1
build_style=gnu-makefile
makedepends="ruby-asciidoctor"
short_desc="Sudo shim for doas"
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
license="ISC"
homepage="https://github.com/jirutka/doas-sudo-shim"
distfiles="https://github.com/jirutka/${pkgname}/archive/refs/tags/v${version}.tar.gz"
checksum=795762a05ecf016d5dc5f1392b447d324380320bc913826b9ccc10ed0cefe43d
conflicts="sudo"
do_build() {
make man
}
post_install() {
vlicense LICENSE
}