2022-03-20 13:19:37 +01:00
|
|
|
# Maintainer: Arch Linux Team
|
|
|
|
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
|
|
|
# Contributor: Eli Schwartz <eschwartz@archlinux.org>
|
|
|
|
|
|
|
|
pkgname=base
|
2022-07-21 11:54:06 +02:00
|
|
|
pkgver=3
|
|
|
|
pkgrel=1
|
2022-03-20 13:19:37 +01:00
|
|
|
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
|
2022-07-21 11:54:06 +02:00
|
|
|
'licenses' 'pacman' 'archlinux-keyring' 'systemd' 'systemd-sysvcompat'
|
2022-03-20 13:19:37 +01:00
|
|
|
|
|
|
|
# networking, ping, etc
|
|
|
|
'iputils' 'iproute2'
|
|
|
|
)
|
|
|
|
optdepends=('linux: bare metal support')
|
2022-07-21 11:54:06 +02:00
|
|
|
|
|
|
|
# vim: ts=2 sw=2 et:
|
|
|
|
|
|
|
|
|