mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
40 lines
933 B
Bash
40 lines
933 B
Bash
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
|
_pkgname=base-efi
|
|
_reponame=arch
|
|
pkgname="de-p1st-$_pkgname"
|
|
pkgver=0.0.3
|
|
pkgrel=2
|
|
pkgdesc="Arch Linux base packages"
|
|
arch=('any')
|
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
|
license=('MIT')
|
|
groups=()
|
|
|
|
depends=('base' 'meta-group-base-devel' 'linux-firmware' 'man-db' 'man-pages' 'nano')
|
|
# metapackage for 'linux' and 'linux-headers'
|
|
depends+=('de-p1st-kernel')
|
|
# pacman config
|
|
depends+=('de-p1st-pacman')
|
|
# metapackage for microcode
|
|
# depends+=('de-p1st-ucode') # !! TODO !!
|
|
# bootmanager
|
|
depends+=('de-p1st-grub' 'efibootmgr')
|
|
# shell
|
|
depends+=('zsh' 'grml-zsh-config')
|
|
# virtual console keyboard config
|
|
depends+=('de-p1st-keyboard')
|
|
# networking
|
|
depends+=('de-p1st-networkmanager' 'de-p1st-dns')
|
|
|
|
# fonts
|
|
depends+=('noto-fonts' 'ttf-material-design-icons-git' 'ttf-unifont')
|
|
|
|
# other
|
|
# depends+=('usbutils')
|
|
|
|
optdepends=()
|
|
provides=()
|
|
conflicts=()
|
|
replaces=()
|
|
changelog=
|