diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-12-23 00:11:32 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-12-23 00:13:16 -0500 |
commit | 92f9d0dcbb5c9a6a8606a40e5e68485636a86a77 (patch) | |
tree | f436af84ab02de5cb6e61102ffb82530d028b2d0 /libre/parabola-base | |
parent | 97bc93664ff59b8724b31946eefc178de9dd5841 (diff) | |
download | abslibre-92f9d0dcbb5c9a6a8606a40e5e68485636a86a77.tar.gz abslibre-92f9d0dcbb5c9a6a8606a40e5e68485636a86a77.tar.bz2 abslibre-92f9d0dcbb5c9a6a8606a40e5e68485636a86a77.zip |
[parabola-base]: add meta-package restoring 'base' group set
Diffstat (limited to 'libre/parabola-base')
-rw-r--r-- | libre/parabola-base/PKGBUILD | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/parabola-base/PKGBUILD b/libre/parabola-base/PKGBUILD new file mode 100644 index 000000000..f3110d00d --- /dev/null +++ b/libre/parabola-base/PKGBUILD @@ -0,0 +1,13 @@ +# Contributor: bill-auger <bill-auger@programmer.net> + + +pkgname=parabola-base +pkgver=1 +pkgrel=1 +pkgdesc="Extended package set to define the standard Parabola GNU/Linux-libre CLI system" +arch=('any') +url=https://www.parabola.nu +license=('GPL') + +depends=(dhcpcd inetutils jfsutils linux-libre logrotate lvm2 man-db mc mdadm nano netctl + reiserfsprogs s-nail sysfsutils texinfo usbutils vi xfsprogs $(: || TODO: your-system-sanity) ) |