diff options
author | David P <megver83@parabola.nu> | 2019-10-23 18:18:26 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2019-10-23 18:18:26 -0300 |
commit | b1e5396803b6ef88cf424cd1707beb1fd7b19da4 (patch) | |
tree | 0cfda7db4819352e5dce4b8ca4602ff5de0165c2 /nonsystemd/base | |
parent | 2db48b4f7f00051c17f61f7c7b01844190ed6882 (diff) | |
download | abslibre-b1e5396803b6ef88cf424cd1707beb1fd7b19da4.tar.gz abslibre-b1e5396803b6ef88cf424cd1707beb1fd7b19da4.tar.bz2 abslibre-b1e5396803b6ef88cf424cd1707beb1fd7b19da4.zip |
addpkg: nonsystemd/base 2-1.nonsystemd1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/base')
-rw-r--r-- | nonsystemd/base/PKGBUILD | 33 |
1 files changed, 33 insertions, 0 deletions
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. <megver83@parabola.nu> +# Maintainer (Arch): Arch Linux Team +# Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org> + +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: + |