1234567891011121314151617181920212223242526272829303132333435 |
- # Maintainer (Arch): Arch Linux Team
- # Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
- # Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org>
- # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
- 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-libudev' 'systemd-sysvcompat' 'systemd-udev'
- # networking, ping, etc
- 'iputils' 'iproute2'
- # parabola
- 'your-freedom'
- )
- optdepends=('linux-libre: bare metal support'
- 'parabola-base: standard Parabola GNU/Linux-libre CLI system')
|