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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Jan 25 19:31:24 UTC 2022


    Date: Tuesday, January 25, 2022 @ 19:31:24
  Author: anthraxx
Revision: 435131

archrelease: copy trunk to staging-any

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

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

Copied: base/repos/staging-any/PKGBUILD (from rev 435130, base/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-01-25 19:31:24 UTC (rev 435131)
@@ -0,0 +1,32 @@
+# Maintainer: Arch Linux Team
+# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=base
+pkgver=3
+pkgrel=1
+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' 'archlinux-keyring' '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