mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
55 lines
1.4 KiB
Bash
55 lines
1.4 KiB
Bash
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
|
_pkgname=base
|
|
_reponame=arch
|
|
pkgname="de-p1st-$_pkgname"
|
|
pkgver=0.1.8
|
|
pkgrel=1
|
|
pkgdesc="base packages for headless Arch installation on EFI system"
|
|
arch=('any')
|
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
|
license=('MIT')
|
|
|
|
# Kernel + Headers
|
|
depends=('de-p1st-kernel')
|
|
# lz4 enabled mkinitcpio
|
|
depends+=('de-p1st-mkinitcpio')
|
|
# basic stuff
|
|
depends+=('base' 'meta-group-base-devel' 'linux-firmware' 'man-db' 'man-pages' 'de-p1st-nano')
|
|
# CPU vendor specific microcode
|
|
depends+=('de-p1st-ucode')
|
|
# filesystems: luks, btrfs, ext4, f2fs
|
|
depends+=('lvm2' 'btrfs-progs' 'e2fsprogs' 'f2fs-tools')
|
|
# filesystems: exfat support
|
|
depends+=('fuse-exfat' 'exfat-utils')
|
|
# filesystems: ntfs write support
|
|
depends+=('ntfs-3g')
|
|
# bootmanager
|
|
depends+=('de-p1st-grub' 'efibootmgr')
|
|
# pacman config
|
|
depends+=('de-p1st-pacman')
|
|
# makepkg config (part of pacman)
|
|
depends+=('de-p1st-makepkg')
|
|
# sudo itself is part of base-devel, but sudo configuration is not ;)
|
|
depends+=('de-p1st-sudo')
|
|
# shell
|
|
depends+=('zsh' 'zsh-completions' 'grml-zsh-config')
|
|
# virtual console keyboard config
|
|
depends+=('de-p1st-keyboard')
|
|
# locale and timezone
|
|
depends+=('de-p1st-locale')
|
|
# networking
|
|
depends+=('de-p1st-networkmanager' 'de-p1st-dns')
|
|
# gnupg
|
|
depends+=('de-p1st-gnupg')
|
|
|
|
# task manager
|
|
depends+=('de-p1st-htop')
|
|
# fonts
|
|
depends+=('de-p1st-font')
|
|
|
|
# other
|
|
# depends+=('usbutils')
|
|
|
|
# terminal multiplexer
|
|
optdepends+=('de-p1st-screen')
|