[arch-commits] Commit in base/repos (testing-any testing-any/PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Oct 6 09:59:09 UTC 2019
Date: Sunday, October 6, 2019 @ 09:59:09
Author: anthraxx
Revision: 363923
archrelease: copy trunk to testing-any
Added:
base/repos/testing-any/
base/repos/testing-any/PKGBUILD
(from rev 363922, base/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: base/repos/testing-any/PKGBUILD (from rev 363922, base/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2019-10-06 09:59:09 UTC (rev 363923)
@@ -0,0 +1,30 @@
+# Maintainer: Arch Linux Team
+# Contributor: 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')
+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'
+
+ # networking, ping, etc
+ 'iputils' 'iproute2'
+)
+optdepends=('linux: bare metal support')
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list