PKGBUILD 941 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: David P. <megver83@parabola.nu>
  5. pkgname=base
  6. pkgver=2
  7. pkgrel=2
  8. pkgrel+=.parabola1
  9. pkgrel+=.nonsystemd2
  10. pkgdesc="Minimal package-set to define the essential Parabola GNU/Linux-libre non-systemd CLI system"
  11. url='https://www.parabola.nu'
  12. arch=('any')
  13. license=('GPL')
  14. depends=(
  15. # very very base
  16. 'filesystem' 'gcc-libs' 'glibc' 'bash'
  17. # POSIX tools
  18. 'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar'
  19. # standard linux toolset
  20. 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz'
  21. # distro defined requirements
  22. 'licenses' 'pacman' 'init' 'esysusers' 'etmpfiles'
  23. # networking, ping, etc
  24. 'iputils' 'iproute2'
  25. # parabola
  26. 'your-freedom' 'your-initfreedom'
  27. )
  28. optdepends=('linux-libre: bare metal support')