Skip to content
Snippets Groups Projects
Commit 93f23cac authored by Adam's avatar Adam Committed by alice
Browse files

main/doas-sudo-shim: provide sudo-virt

parent 23e297a8
No related branches found
No related tags found
1 merge request!47732main/doas-sudo-shim: provide sudo-virt
Pipeline #166668 canceled
......@@ -3,7 +3,7 @@
pkgname=doas-sudo-shim
# Note: This should be always lower than pkgver of the real sudo!
pkgver=0.1.1
pkgrel=0
pkgrel=1
pkgdesc="A shim for the sudo command that utilizes doas"
url="https://github.com/jirutka/doas-sudo-shim"
arch="noarch"
......@@ -22,6 +22,8 @@ build() {
package() {
depends="$depends !sudo" # this must not be defined on top-level
provides="sudo-virt"
provider_priority=1
make install DESTDIR="$pkgdir" PREFIX=/usr
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment