[arch-commits] Commit in base/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 13 16:22:07 UTC 2019


    Date: Wednesday, November 13, 2019 @ 16:22:07
  Author: foutrelis
Revision: 368212

archrelease: copy trunk to staging-any

Added:
  base/repos/staging-any/
  base/repos/staging-any/PKGBUILD
    (from rev 368211, base/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: base/repos/staging-any/PKGBUILD (from rev 368211, base/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-11-13 16:22:07 UTC (rev 368212)
@@ -0,0 +1,31 @@
+# Maintainer: Arch Linux Team
+# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=base
+pkgver=2
+pkgrel=2
+pkgdesc='Minimal package set to define a basic Arch Linux installation'
+url='https://www.archlinux.org'
+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' 'systemd-sysvcompat'
+
+  # networking, ping, etc
+  'iputils' 'iproute2'
+)
+optdepends=('linux: bare metal support')
+
+# vim: ts=2 sw=2 et:
+



More information about the arch-commits mailing list