diff options
Diffstat (limited to 'extra/opendoas')
-rwxr-xr-x | extra/opendoas/build | 15 | ||||
-rw-r--r-- | extra/opendoas/checksums | 2 | ||||
-rw-r--r-- | extra/opendoas/depends | 1 | ||||
-rw-r--r-- | extra/opendoas/files/doas.conf | 15 | ||||
-rw-r--r-- | extra/opendoas/meta | 3 | ||||
-rw-r--r-- | extra/opendoas/sources | 2 | ||||
-rw-r--r-- | extra/opendoas/version | 1 |
7 files changed, 0 insertions, 39 deletions
diff --git a/extra/opendoas/build b/extra/opendoas/build deleted file mode 100755 index 93fe3a6a..00000000 --- a/extra/opendoas/build +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-static \ - --with-timestamp \ - --without-pam - -# Do not change ownership as the package manager handles this. -clsed /chown/d GNUmakefile - -make -make DESTDIR="$1" install - -clinst -Dm640 doas.conf "$1/etc/doas.conf" diff --git a/extra/opendoas/checksums b/extra/opendoas/checksums deleted file mode 100644 index 34b7eee6..00000000 --- a/extra/opendoas/checksums +++ /dev/null @@ -1,2 +0,0 @@ -c9070ae745d0f1bbe68ef0783a3958cd011b409959f65fd100e6b42b8ad6b162 v6.8.1.tar.gz -00d817a45f17e74d3e2b85b47780b23ef4a964258fbd6c3fbbb03f974848fcd0 doas.conf diff --git a/extra/opendoas/depends b/extra/opendoas/depends deleted file mode 100644 index 7adba2df..00000000 --- a/extra/opendoas/depends +++ /dev/null @@ -1 +0,0 @@ -byacc make diff --git a/extra/opendoas/files/doas.conf b/extra/opendoas/files/doas.conf deleted file mode 100644 index ee3871c9..00000000 --- a/extra/opendoas/files/doas.conf +++ /dev/null @@ -1,15 +0,0 @@ -# /etc/doas.conf -# See doas.conf(5) for details. - - -# This is required if you want to use cpt with 'doas' -# permit :wheel cmd env -# -# Same without asking password -# permit nopass :wheel cmd env - -# In order to accept all commands -# permit :wheel -# -# Same without asking password -# permit nopass :wheel diff --git a/extra/opendoas/meta b/extra/opendoas/meta deleted file mode 100644 index 0c15dc34..00000000 --- a/extra/opendoas/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: OpenBSD doas command (sudo alternative) -license: ISC, BSD-3-Clause -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/opendoas/sources b/extra/opendoas/sources deleted file mode 100644 index 166cbff4..00000000 --- a/extra/opendoas/sources +++ /dev/null @@ -1,2 +0,0 @@ -https://github.com/Duncaen/OpenDoas/archive/v6.8.1.tar.gz -files/doas.conf diff --git a/extra/opendoas/version b/extra/opendoas/version deleted file mode 100644 index b0a3ed87..00000000 --- a/extra/opendoas/version +++ /dev/null @@ -1 +0,0 @@ -6.8.1 1 |