2021-04-20 10:33:47 +02:00
|
|
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
|
|
|
_pkgname=sudo
|
|
|
|
pkgname="de-p1st-$_pkgname"
|
|
|
|
pkgver=0.0.1
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="sudo with configuration"
|
|
|
|
arch=('any')
|
2021-04-20 10:37:57 +02:00
|
|
|
url="https://git.privacy1st.de/langfingaz/arch-pkg"
|
2021-04-20 10:33:47 +02:00
|
|
|
license=('MIT')
|
|
|
|
groups=()
|
|
|
|
depends=()
|
|
|
|
makedepends=()
|
|
|
|
optdepends=()
|
|
|
|
provides=()
|
|
|
|
conflicts=()
|
|
|
|
replaces=()
|
|
|
|
backup=()
|
|
|
|
options=()
|
|
|
|
install=
|
|
|
|
changelog=
|
2021-04-20 10:37:57 +02:00
|
|
|
source=("git+${url}.git")
|
2021-04-20 10:33:47 +02:00
|
|
|
noextract=()
|
2021-04-20 10:46:31 +02:00
|
|
|
sha256sums=('SKIP')
|
2021-04-20 10:33:47 +02:00
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "pkg/$pkgname"
|
|
|
|
|
|
|
|
install -Dm0644 wheel "$pkgdir"/etc/sudoers.d/wheel
|
|
|
|
}
|