PKGBUILD 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Contributor: bill-auger <bill-auger@programmer.net>
  2. # this is the canonical definition of the standard Parabola non-systemd CLI system
  3. # as installed onto the non-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 non-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 non-systemd CLI system"
  10. url=https://www.parabola.nu
  11. arch=('any')
  12. license=('GPL')
  13. # (deprecated 'base-openrc' group) - ('nonsystemd/base' meta-package) + posix
  14. depends=(cryptsetup dhcpcd elogind inetutils jfsutils linux-libre logrotate lvm2
  15. mdadm openresolv posix reiserfsprogs sysfsutils usbutils vi xfsprogs) # TODO: your-system-sanity
  16. # supplemental package-set for the non-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)
  19. # TODO: these are in the deprecated 'base-openrc' group
  20. # (most important, installed in ths group, is 'udev-init-scripts')
  21. # many of these will eventually be moved from [pcr] into the corresponding
  22. # main program packages [nonsystemd] (without the *-openrc suffix)
  23. # once that happens, these can be merged into the base packages array above
  24. # https://labs.parabola.nu/issues/2549
  25. depends+=(cronie-openrc cryptsetup-openrc dhcpcd-openrc glibc-openrc
  26. inetutils-openrc lvm2-openrc mdadm-openrc netifrc nfs-utils-openrc
  27. quota-tools-openrc rpcbind-openrc syslog-ng-openrc udev-init-scripts)
  28. # TODO: analogous *-openrc sub-set, corresponding to the supplemental LiveISOs package set
  29. # these can eventually be merged into the supplemental packages array above
  30. # https://labs.parabola.nu/issues/2549
  31. depends+=(gpm-openrc haveged-openrc hdparm-openrc ntp-openrc openssh-openrc
  32. openvpn-openrc rsync-openrc wpa_supplicant-openrc)