PKGBUILD 998 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Maintainer (Arch): Arch Linux Team
  2. # Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
  3. # Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org>
  4. # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
  5. pkgname=base
  6. pkgver=2
  7. pkgrel=2
  8. pkgrel+=.parabola1
  9. pkgdesc="Minimal package-set to define the essential Parabola GNU/Linux-libre systemd CLI system"
  10. url='https://www.parabola.nu'
  11. arch=('any')
  12. license=('GPL')
  13. depends=(
  14. # very very base
  15. 'filesystem' 'gcc-libs' 'glibc' 'bash'
  16. # POSIX tools
  17. 'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar'
  18. # standard linux toolset
  19. 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz'
  20. # distro defined requirements
  21. 'licenses' 'pacman' 'systemd-libudev' 'systemd-sysvcompat' 'systemd-udev'
  22. # networking, ping, etc
  23. 'iputils' 'iproute2'
  24. # parabola
  25. 'your-freedom'
  26. )
  27. optdepends=('linux-libre: bare metal support'
  28. 'parabola-base: standard Parabola GNU/Linux-libre CLI system')