Skip to content

Commit

Permalink
Merge pull request #9932 from imjasonh/opendoas
Browse files Browse the repository at this point in the history
new package: opendoas
  • Loading branch information
imjasonh authored Dec 14, 2023
2 parents f38500b + 91879c3 commit 4abe58e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions opendoas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
package:
name: opendoas
version: 6.8.2
epoch: 0
description: A portable fork of the OpenBSD `doas` command
copyright:
- license: MIT

environment:
contents:
packages:
- bison
- build-base
- busybox

pipeline:
- uses: git-checkout
with:
expected-commit: 7f0205fe2f06221d76243342d299851f48c2b83c
repository: https://github.com/Duncaen/OpenDoas
tag: v${{package.version}}

- runs: ./configure --prefix=${{targets.destdir}}/usr

- uses: autoconf/make

- runs: make install

- uses: strip

subpackages:
- name: "opendoas-doc"
description: "opendoas documentation"
pipeline:
- uses: split/manpages

update:
enabled: true
github:
identifier: Duncaen/OpenDoas
strip-prefix: v

0 comments on commit 4abe58e

Please sign in to comment.