arch/pkg/de-p1st-base/PKGBUILD

57 lines
1.6 KiB
Bash
Raw Normal View History

2021-04-20 21:35:19 +02:00
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=base
2021-04-26 18:28:17 +02:00
_reponame=arch
2021-04-20 21:35:19 +02:00
pkgname="de-p1st-$_pkgname"
2022-04-15 16:05:19 +02:00
pkgver=0.2.1
pkgrel=1
2021-11-13 11:37:07 +01:00
pkgdesc="base meta package 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')
# lz4 enabled mkinitcpio
2021-05-04 17:34:48 +02:00
depends+=('de-p1st-mkinitcpio')
# basic stuff
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')
# 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')
# gnupg
depends+=('de-p1st-gnupg')
2022-04-15 16:05:19 +02:00
# pam configuration
depends+=('de-p1st-pam')
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 12:55:23 +02:00
2021-09-30 10:11:00 +02:00
optdepends=()
2021-11-13 11:37:07 +01:00
optdepends+=('de-p1st-screen: terminal multiplexer')
optdepends+=('usbutils: tools to query connected USB devices')