mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
cleanup
This commit is contained in:
parent
202143ecc0
commit
7b5889f175
@ -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
|
||||
}
|
||||
|
@ -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')
|
||||
|
@ -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')
|
||||
|
17
prototype/proto-meta.PKGBUILD
Normal file
17
prototype/proto-meta.PKGBUILD
Normal 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=
|
Loading…
Reference in New Issue
Block a user