diff --git a/pkg/de-p1st-base-efi/PKGBUILD b/pkg/de-p1st-base-efi/PKGBUILD index 92c6ee1..8de31b2 100644 --- a/pkg/de-p1st-base-efi/PKGBUILD +++ b/pkg/de-p1st-base-efi/PKGBUILD @@ -24,21 +24,8 @@ depends+=('noto-fonts' 'ttf-material-design-icons-git' 'ttf-unifont') depends+=('de-p1st-grub' 'efibootmgr') depends+=('de-p1st-keyboard') -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 -} diff --git a/pkg/de-p1st-kernel-lts/PKGBUILD b/pkg/de-p1st-kernel-lts/PKGBUILD index 5f8352e..7445c74 100644 --- a/pkg/de-p1st-kernel-lts/PKGBUILD +++ b/pkg/de-p1st-kernel-lts/PKGBUILD @@ -10,11 +10,8 @@ url="https://git.privacy1st.de/langfingaz/${_reponame}" license=('MIT') groups=() depends=('linux-lts' 'linux-lts-headers') +optdepends=() provides=('de-p1st-kernel') conflicts=() replaces=() -options=() -install= changelog= -noextract=() -sha256sums=('SKIP') diff --git a/pkg/de-p1st-kernel/PKGBUILD b/pkg/de-p1st-kernel/PKGBUILD index acf470d..0cbfdc2 100644 --- a/pkg/de-p1st-kernel/PKGBUILD +++ b/pkg/de-p1st-kernel/PKGBUILD @@ -10,11 +10,8 @@ url="https://git.privacy1st.de/langfingaz/${_reponame}" license=('MIT') groups=() depends=('linux' 'linux-headers') -provides=() # implicitly provides de-p1st-kernel as this is the pkgname +optdepends=() +provides=() # implicitly provides $pkgname conflicts=() replaces=() -options=() -install= changelog= -noextract=() -sha256sums=('SKIP') diff --git a/prototype/proto-meta.PKGBUILD b/prototype/proto-meta.PKGBUILD new file mode 100644 index 0000000..4576933 --- /dev/null +++ b/prototype/proto-meta.PKGBUILD @@ -0,0 +1,17 @@ +# Maintainer: Daniel Langbein +_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= diff --git a/prototype/PKGBUILD b/prototype/proto.PKGBUILD similarity index 100% rename from prototype/PKGBUILD rename to prototype/proto.PKGBUILD