# Maintainer (arch): Arch Linux Team # Contributor: Levente Polyak # Contributor: Eli Schwartz # Maintainer: Omar Vega Ramos pkgname=base pkgver=2 pkgrel=2 pkgrel+=.parabola1 pkgdesc="Minimal package-set to define the essential Parabola GNU/Linux-libre systemd CLI system" url='https://www.parabola.nu' arch=('any') license=('GPL') depends=( # very very base 'filesystem' 'gcc-libs' 'glibc' 'bash' # POSIX tools 'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar' # standard linux toolset 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz' # distro defined requirements 'licenses' 'pacman' 'systemd' 'systemd-sysvcompat' 'systemd-libudev' 'systemd-udev' 'your-freedom' # networking, ping, etc 'iputils' 'iproute2' ) optdepends=('linux-libre: bare metal support' 'parabola-base: standard Parabola GNU/Linux-libre CLI system')