From 92f9d0dcbb5c9a6a8606a40e5e68485636a86a77 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 23 Dec 2019 00:11:32 -0500 Subject: [parabola-base]: add meta-package restoring 'base' group set --- libre/base/PKGBUILD | 6 ++---- libre/parabola-base/PKGBUILD | 13 +++++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 libre/parabola-base/PKGBUILD (limited to 'libre') diff --git a/libre/base/PKGBUILD b/libre/base/PKGBUILD index 9a64c8e49..1f48f3898 100644 --- a/libre/base/PKGBUILD +++ b/libre/base/PKGBUILD @@ -30,7 +30,5 @@ depends=( # parabola 'your-freedom' ) -optdepends=('linux-libre: bare metal support') - -# vim: ts=2 sw=2 et: - +optdepends=('linux-libre: bare metal support' + 'parabola-base: standard Parabola GNU/Linux-libre CLI system') 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 + + +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) ) -- cgit v1.2.3