template 612 B

123456789101112131415161718192021222324
  1. # Template file for 'doas-sudo-shim'
  2. pkgname=doas-sudo-shim
  3. version=0.1.1
  4. revision=1
  5. hostmakedepends="ruby-asciidoctor"
  6. depends="opendoas"
  7. short_desc="Shim for the sudo command that utilizes doas"
  8. maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
  9. license="ISC"
  10. homepage="https://github.com/jirutka/doas-sudo-shim"
  11. distfiles="https://github.com/jirutka/doas-sudo-shim/archive/v${version}/${pkgname}-${version}.tar.gz"
  12. checksum=795762a05ecf016d5dc5f1392b447d324380320bc913826b9ccc10ed0cefe43d
  13. replaces="sudo>=0"
  14. do_install() {
  15. make DESTDIR=${DESTDIR} install PREFIX=/usr
  16. }
  17. post_install() {
  18. vlicense LICENSE
  19. }