diff --git a/srcpkgs/doas-sudo-shim/template b/srcpkgs/doas-sudo-shim/template new file mode 100644 index 0000000..8f22e63 --- /dev/null +++ b/srcpkgs/doas-sudo-shim/template @@ -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 " +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 +}