From de736afaecf00e766f3df3e28f8e8a2dee0a3406 Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 3 Nov 2019 22:27:17 -0300 Subject: move libre-testing/base -> libre/base Signed-off-by: David P --- libre/base/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 libre/base/PKGBUILD (limited to 'libre/base/PKGBUILD') diff --git a/libre/base/PKGBUILD b/libre/base/PKGBUILD new file mode 100644 index 000000000..3169bddd0 --- /dev/null +++ b/libre/base/PKGBUILD @@ -0,0 +1,36 @@ +# Maintainer (Arch): Arch Linux Team +# Contributor (Arch): Levente Polyak +# Contributor (Arch): Eli Schwartz +# Maintainer: Omar Vega Ramos + +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: + -- cgit v1.2.3