doas-sudo-shim
This commit is contained in:
parent
5b3ee80602
commit
760e94aafb
1 changed files with 21 additions and 0 deletions
21
srcpkgs/doas-sudo-shim/template
Normal file
21
srcpkgs/doas-sudo-shim/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue