mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 14:50:07 -07:00
opendoas: Move to extra
This commit is contained in:
parent
f8b28be371
commit
806c863b39
15
extra/opendoas/build
Executable file
15
extra/opendoas/build
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sed -i '/chown/d' bsd.prog.mk
|
||||
sed -i 's/111/755/' Makefile
|
||||
|
||||
./configure \
|
||||
--enable-static \
|
||||
--with-shadow \
|
||||
--with-timestamp \
|
||||
--without-pam
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
install -D doas.conf "$1/etc/doas.conf"
|
2
extra/opendoas/checksums
Normal file
2
extra/opendoas/checksums
Normal file
@ -0,0 +1,2 @@
|
||||
83ca7e6d75b834f0a03604a4e5dd3879534de5ab8e75b36bbe169b53666f8ec8 v6.6.tar.gz
|
||||
282258ae49d7959002c6c8a93958b3b4bf0c5f647fdeb67d605af27af1535632 doas.conf
|
1
extra/opendoas/depends
Normal file
1
extra/opendoas/depends
Normal file
@ -0,0 +1 @@
|
||||
bison make
|
14
extra/opendoas/files/doas.conf
Normal file
14
extra/opendoas/files/doas.conf
Normal file
@ -0,0 +1,14 @@
|
||||
# Set rules here.
|
||||
# Priority increases with linenumber.
|
||||
# See doas.conf(5) for details.
|
||||
|
||||
|
||||
|
||||
# KEEP THIS AT THE BOTTOM.
|
||||
|
||||
# Select one of the following. The commented lines allow kiss to run
|
||||
# without requiring a password.
|
||||
permit keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
|
||||
permit :wheel cmd git args pull
|
||||
# permit nopass keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
|
||||
# permit nopass :wheel cmd git args pull
|
2
extra/opendoas/sources
Normal file
2
extra/opendoas/sources
Normal file
@ -0,0 +1,2 @@
|
||||
https://github.com/Duncaen/OpenDoas/archive/v6.6.tar.gz
|
||||
files/doas.conf
|
1
extra/opendoas/version
Normal file
1
extra/opendoas/version
Normal file
@ -0,0 +1 @@
|
||||
6.6 1
|
Loading…
Reference in New Issue
Block a user