PKGBUILD 985 B

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