mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
work-in-progress
This commit is contained in:
parent
32c8986f86
commit
c72468e1ff
42
pkg/de-p1st-base-efi/PKGBUILD
Normal file
42
pkg/de-p1st-base-efi/PKGBUILD
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
||||||
|
_pkgname=base-efi
|
||||||
|
_reponame=arch-pkg
|
||||||
|
pkgname="de-p1st-$_pkgname"
|
||||||
|
pkgver=0.0.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Arch Linux base packages"
|
||||||
|
arch=('any')
|
||||||
|
url="https://git.privacy1st.de/langfingaz/${_reponame}"
|
||||||
|
license=('MIT')
|
||||||
|
groups=()
|
||||||
|
|
||||||
|
depends=('base' 'base-devel' 'linux-firmware' 'man-db' 'man-pages' 'nano' 'usbutils')
|
||||||
|
# metapackage for 'linux' and 'linux-headers'
|
||||||
|
depends+=('de-p1st-kernel')
|
||||||
|
# metapackage for microcode
|
||||||
|
depends+=('de-p1st-ucode') !! TODO !!
|
||||||
|
|
||||||
|
# fonts
|
||||||
|
depends+=('noto-fonts' 'ttf-material-design-icons-git' 'ttf-unifont')
|
||||||
|
# bootmanager
|
||||||
|
depends+=('de-p1st-grub' 'efibootmgr')
|
||||||
|
depends+=('de-p1st-keyboard')
|
||||||
|
|
||||||
|
makedepends=()
|
||||||
|
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
|
||||||
|
}
|
20
pkg/de-p1st-kernel-lts/PKGBUILD
Normal file
20
pkg/de-p1st-kernel-lts/PKGBUILD
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
||||||
|
_pkgname=kernel-lts
|
||||||
|
_reponame=arch-pkg
|
||||||
|
pkgname="de-p1st-$_pkgname"
|
||||||
|
pkgver=0.0.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="linux-lts and linux-lts-headers"
|
||||||
|
arch=('any')
|
||||||
|
url="https://git.privacy1st.de/langfingaz/${_reponame}"
|
||||||
|
license=('MIT')
|
||||||
|
groups=()
|
||||||
|
depends=('linux-lts' 'linux-lts-headers')
|
||||||
|
provides=('de-p1st-kernel')
|
||||||
|
conflicts=()
|
||||||
|
replaces=()
|
||||||
|
options=()
|
||||||
|
install=
|
||||||
|
changelog=
|
||||||
|
noextract=()
|
||||||
|
sha256sums=('SKIP')
|
20
pkg/de-p1st-kernel/PKGBUILD
Normal file
20
pkg/de-p1st-kernel/PKGBUILD
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
||||||
|
_pkgname=kernel
|
||||||
|
_reponame=arch-pkg
|
||||||
|
pkgname="de-p1st-$_pkgname"
|
||||||
|
pkgver=0.0.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="linux and linux-headers"
|
||||||
|
arch=('any')
|
||||||
|
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
|
||||||
|
conflicts=()
|
||||||
|
replaces=()
|
||||||
|
options=()
|
||||||
|
install=
|
||||||
|
changelog=
|
||||||
|
noextract=()
|
||||||
|
sha256sums=('SKIP')
|
Loading…
Reference in New Issue
Block a user