Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
93f23cac
Commit
93f23cac
authored
1 year ago
by
Adam
Committed by
alice
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
main/doas-sudo-shim: provide sudo-virt
parent
23e297a8
No related branches found
No related tags found
1 merge request
!47732
main/doas-sudo-shim: provide sudo-virt
Pipeline
#166668
canceled
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/doas-sudo-shim/APKBUILD
+3
-1
3 additions, 1 deletion
main/doas-sudo-shim/APKBUILD
with
3 additions
and
1 deletion
main/doas-sudo-shim/APKBUILD
+
3
−
1
View file @
93f23cac
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment