summaryrefslogtreecommitdiff
path: root/libre-testing
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2019-10-24 00:28:02 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2019-10-24 00:28:02 -0500
commitcf7d7163f0c89e0be326c91ed1ebe62cc2c932f5 (patch)
tree937dea825b3813ecbeee67af93b4c5fec095460b /libre-testing
parentfdfaf788e475531ac87265674cd2f2bab15fb43a (diff)
Add libre-testing/base
Diffstat (limited to 'libre-testing')
-rw-r--r--libre-testing/base/PKGBUILD36
1 files changed, 36 insertions, 0 deletions
diff --git a/libre-testing/base/PKGBUILD b/libre-testing/base/PKGBUILD
new file mode 100644
index 000000000..3169bddd0
--- /dev/null
+++ b/libre-testing/base/PKGBUILD
@@ -0,0 +1,36 @@
+# Maintainer (Arch): Arch Linux Team
+# Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+
+pkgname=base
+pkgver=2
+pkgrel=1
+pkgrel+=.par2
+pkgdesc='Minimal package set to define a basic Parabola GNU/Linux-libre installation'
+url='https://www.parabola.nu'
+arch=('any')
+license=('GPL')
+depends=(
+ # very very base
+ 'filesystem' 'gcc-libs' 'glibc' 'bash'
+
+ # POSIX tools
+ 'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar'
+
+ # standard linux toolset
+ 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz'
+
+ # distro defined requirements
+ 'licenses' 'pacman' 'systemd-libudev' 'systemd-sysvcompat' 'systemd-udev'
+
+ # networking, ping, etc
+ 'iputils' 'iproute2'
+
+ # parabola
+ 'your-freedom'
+)
+optdepends=('linux-libre: bare metal support')
+
+# vim: ts=2 sw=2 et:
+