Date: Thursday, January 26, 2023 @ 19:48:39
Author: jelle
Revision: 467410
archrelease: copy trunk to community-testing-any
Added:
base/repos/community-testing-any/
base/repos/community-testing-any/PKGBUILD
(from rev 467409, base/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: base/repos/community-testing-any/PKGBUILD (from rev 467409,
base/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2023-01-26 19:48:39 UTC (rev 467410)
@@ -0,0 +1,32 @@
+# Maintainer: Arch Linux Team
+# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eli Schwartz <[email protected]>
+
+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:
+
+