aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-28 18:40:48 +0300
committerCem Keylan <cem@ckyln.com>2021-08-28 18:40:48 +0300
commitd19b20ce9346d1202109d4a6b1eba782260dee7b (patch)
treecdfd9f4d08ee5570dd99dcc8f5fecfa9bca7dbec /extra
parent4a68e4a5faf8fe8dfba389b8550ad17780aed09e (diff)
downloadrepository-d19b20ce9346d1202109d4a6b1eba782260dee7b.tar.gz
opendoas: drop package
Diffstat (limited to 'extra')
-rwxr-xr-xextra/opendoas/build15
-rw-r--r--extra/opendoas/checksums2
-rw-r--r--extra/opendoas/depends1
-rw-r--r--extra/opendoas/files/doas.conf15
-rw-r--r--extra/opendoas/meta3
-rw-r--r--extra/opendoas/sources2
-rw-r--r--extra/opendoas/version1
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