From b1e5396803b6ef88cf424cd1707beb1fd7b19da4 Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 23 Oct 2019 18:18:26 -0300 Subject: addpkg: nonsystemd/base 2-1.nonsystemd1 Signed-off-by: David P --- nonsystemd/base/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 nonsystemd/base/PKGBUILD (limited to 'nonsystemd/base') diff --git a/nonsystemd/base/PKGBUILD b/nonsystemd/base/PKGBUILD new file mode 100644 index 000000000..192207f3c --- /dev/null +++ b/nonsystemd/base/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer: David P. +# Maintainer (Arch): Arch Linux Team +# Contributor (Arch): Levente Polyak +# Contributor (Arch): Eli Schwartz + +pkgname=base +pkgver=2 +pkgrel=1 +pkgrel+=.nonsystemd1 +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' 'init' + + # networking, ping, etc + 'iputils' 'iproute2' +) +optdepends=('linux-libre: bare metal support') + +# vim: ts=2 sw=2 et: + -- cgit v1.2.3