[arch-commits] Commit in (base base/repos base/trunk base/trunk/PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Oct 6 09:33:17 UTC 2019
Date: Sunday, October 6, 2019 @ 09:33:17
Author: anthraxx
Revision: 363903
initial version for minimal base system
Added:
base/
base/repos/
base/trunk/
base/trunk/PKGBUILD
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Added: base/trunk/PKGBUILD
===================================================================
--- base/trunk/PKGBUILD (rev 0)
+++ base/trunk/PKGBUILD 2019-10-06 09:33:17 UTC (rev 363903)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=base
+pkgver=1
+pkgrel=1
+pkgdesc='Minimal package set to define a basic Arch Linux installation'
+url='https://www.archlinux.org'
+arch=('any')
+license=('GPL')
+groups=('base')
+depends=(
+ # very very base
+ 'filesystem' 'gcc-libs' 'glibc' 'bash'
+
+ # Life is miserable and computing is fruitless without reasonable
+ # POSIX expectations.
+ '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'
+
+ # networking, ping, etc.
+ 'iputils' 'iproute2'
+)
+optdepends=('linux: bare metal support')
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list