PKGBUILD 1.0 KB

123456789101112131415161718192021222324252627
  1. # Contributor: bill-auger <bill-auger@programmer.net>
  2. # Maintainer: Parabola Hackers <dev@lists.parabola.nu>
  3. # this is the canonical definition of the standard Parabola systemd CLI system
  4. # as installed onto the systemd CLI LiveISOs, and installed by the installers
  5. # users may also use this meta-package during the manual install process
  6. # to replicate the systemd CLI live system
  7. pkgname=parabola-base
  8. pkgver=2
  9. pkgrel=1
  10. pkgdesc="Extended package-set to define the standard Parabola GNU/Linux-libre systemd CLI system"
  11. url=https://www.parabola.nu
  12. arch=('any')
  13. license=('GPL')
  14. # (obsolete 'base' group) - ('libre/base' meta-package) + posix
  15. depends=(cryptsetup dialog dhcpcd inetutils jfsutils linux-libre logrotate lvm2
  16. mdadm netctl posix reiserfsprogs sysfsutils usbutils vi xfsprogs)
  17. # supplemental package-set (eg: the systemd CLI LiveISOs)
  18. depends+=(bash-completion links haveged hdparm icu-compat mc nano networkmanager
  19. ntp openssh openvpn p7zip rsync screen sudo unarchiver unzip w3m zip)