This commit is contained in:
Daniel Langbein 2021-04-23 10:14:25 +02:00
parent 202143ecc0
commit 7b5889f175
5 changed files with 20 additions and 22 deletions

View File

@ -24,21 +24,8 @@ depends+=('noto-fonts' 'ttf-material-design-icons-git' 'ttf-unifont')
depends+=('de-p1st-grub' 'efibootmgr') depends+=('de-p1st-grub' 'efibootmgr')
depends+=('de-p1st-keyboard') depends+=('de-p1st-keyboard')
makedepends=('git')
optdepends=() optdepends=()
provides=() provides=()
conflicts=() conflicts=()
replaces=() replaces=()
backup=()
options=()
install=
changelog= changelog=
source=("git+${url}.git")
noextract=()
sha256sums=('SKIP')
package() {
cd "${_reponame}/pkg/${pkgname}"
install -Dm0644 wheel "$pkgdir"/etc/sudoers.d/wheel
}

View File

@ -10,11 +10,8 @@ url="https://git.privacy1st.de/langfingaz/${_reponame}"
license=('MIT') license=('MIT')
groups=() groups=()
depends=('linux-lts' 'linux-lts-headers') depends=('linux-lts' 'linux-lts-headers')
optdepends=()
provides=('de-p1st-kernel') provides=('de-p1st-kernel')
conflicts=() conflicts=()
replaces=() replaces=()
options=()
install=
changelog= changelog=
noextract=()
sha256sums=('SKIP')

View File

@ -10,11 +10,8 @@ url="https://git.privacy1st.de/langfingaz/${_reponame}"
license=('MIT') license=('MIT')
groups=() groups=()
depends=('linux' 'linux-headers') depends=('linux' 'linux-headers')
provides=() # implicitly provides de-p1st-kernel as this is the pkgname optdepends=()
provides=() # implicitly provides $pkgname
conflicts=() conflicts=()
replaces=() replaces=()
options=()
install=
changelog= changelog=
noextract=()
sha256sums=('SKIP')

View File

@ -0,0 +1,17 @@
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=!! TODO !!
_reponame=arch-pkg
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgrel=1
pkgdesc=" !! TODO !! "
arch=('any')
url="https://git.privacy1st.de/langfingaz/${_reponame}"
license=('MIT')
groups=() # The group the package belongs in.
depends=()
optdepends=()
provides=() # implicitly provides $pkgname
conflicts=()
replaces=()
changelog=