2021-04-20 21:35:19 +02:00
|
|
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
2021-05-11 17:37:59 +02:00
|
|
|
_pkgname=base
|
2021-04-26 18:28:17 +02:00
|
|
|
_reponame=arch
|
2021-04-20 21:35:19 +02:00
|
|
|
pkgname="de-p1st-$_pkgname"
|
2021-09-30 10:11:00 +02:00
|
|
|
pkgver=0.1.9
|
2021-04-29 14:49:02 +02:00
|
|
|
pkgrel=1
|
2021-05-11 17:37:59 +02:00
|
|
|
pkgdesc="base packages for headless Arch installation on EFI system"
|
2021-04-20 21:35:19 +02:00
|
|
|
arch=('any')
|
2021-04-26 18:25:29 +02:00
|
|
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
2021-04-20 21:35:19 +02:00
|
|
|
license=('MIT')
|
|
|
|
|
2021-09-30 10:11:00 +02:00
|
|
|
depends=()
|
2021-05-04 17:34:48 +02:00
|
|
|
# Kernel + Headers
|
|
|
|
depends=('de-p1st-kernel')
|
2021-05-02 21:58:11 +02:00
|
|
|
# lz4 enabled mkinitcpio
|
2021-05-04 17:34:48 +02:00
|
|
|
depends+=('de-p1st-mkinitcpio')
|
2021-05-02 21:58:11 +02:00
|
|
|
# basic stuff
|
2021-10-01 10:56:41 +02:00
|
|
|
depends+=('base' 'base-devel-meta' 'linux-firmware' 'man-db' 'man-pages' 'de-p1st-nano')
|
2021-05-04 22:10:00 +02:00
|
|
|
# CPU vendor specific microcode
|
|
|
|
depends+=('de-p1st-ucode')
|
2021-05-01 15:08:40 +02:00
|
|
|
# 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')
|
2021-04-20 21:35:19 +02:00
|
|
|
# bootmanager
|
|
|
|
depends+=('de-p1st-grub' 'efibootmgr')
|
2021-09-30 10:11:00 +02:00
|
|
|
# systemd with time synchronization and journal size limit
|
|
|
|
depends+=('de-p1st-systemd')
|
2021-05-01 15:08:40 +02:00
|
|
|
# pacman config
|
|
|
|
depends+=('de-p1st-pacman')
|
2021-05-05 16:20:25 +02:00
|
|
|
# makepkg config (part of pacman)
|
|
|
|
depends+=('de-p1st-makepkg')
|
2021-05-01 15:08:40 +02:00
|
|
|
# sudo itself is part of base-devel, but sudo configuration is not ;)
|
|
|
|
depends+=('de-p1st-sudo')
|
2021-04-23 12:55:23 +02:00
|
|
|
# shell
|
2021-05-01 15:08:40 +02:00
|
|
|
depends+=('zsh' 'zsh-completions' 'grml-zsh-config')
|
2021-04-23 10:22:16 +02:00
|
|
|
# virtual console keyboard config
|
2021-04-20 21:35:19 +02:00
|
|
|
depends+=('de-p1st-keyboard')
|
2021-05-02 17:21:41 +02:00
|
|
|
# locale and timezone
|
|
|
|
depends+=('de-p1st-locale')
|
2021-04-23 13:21:19 +02:00
|
|
|
# networking
|
|
|
|
depends+=('de-p1st-networkmanager' 'de-p1st-dns')
|
2021-04-29 14:49:02 +02:00
|
|
|
# gnupg
|
|
|
|
depends+=('de-p1st-gnupg')
|
|
|
|
|
2021-05-01 15:08:40 +02:00
|
|
|
# task manager
|
2021-05-13 17:44:02 +02:00
|
|
|
depends+=('de-p1st-htop')
|
2021-04-23 10:22:16 +02:00
|
|
|
# fonts
|
2021-05-11 17:37:59 +02:00
|
|
|
depends+=('de-p1st-font')
|
2021-04-23 10:22:16 +02:00
|
|
|
|
2021-04-23 12:55:23 +02:00
|
|
|
|
2021-09-30 10:11:00 +02:00
|
|
|
optdepends=()
|
2021-05-03 22:21:56 +02:00
|
|
|
# terminal multiplexer
|
|
|
|
optdepends+=('de-p1st-screen')
|
2021-09-30 10:11:00 +02:00
|
|
|
# tools to query connected USB devices
|
|
|
|
optdepends+=('usbutils')
|