arch/pkg/de-p1st-sudo/PKGBUILD
2021-04-22 13:37:47 +02:00

31 lines
557 B
Bash

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