OCaml 4.14.0 rebuild
[arch-packages.git] / base / trunk / PKGBUILD
blob570290180e81c6986d1934074bafa8fa66199f90
1 # Maintainer: Arch Linux Team
2 # Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
3 # Contributor: Eli Schwartz <eschwartz@archlinux.org>
5 pkgname=base
6 pkgver=3
7 pkgrel=1
8 pkgdesc='Minimal package set to define a basic Arch Linux installation'
9 url='https://www.archlinux.org'
10 arch=('any')
11 license=('GPL')
12 depends=(
13   # very very base
14   'filesystem' 'gcc-libs' 'glibc' 'bash'
16   # POSIX tools
17   'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar'
19   # standard linux toolset
20   'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz'
22   # distro defined requirements
23   'licenses' 'pacman' 'archlinux-keyring' 'systemd' 'systemd-sysvcompat'
25   # networking, ping, etc
26   'iputils' 'iproute2'
28 optdepends=('linux: bare metal support')
30 # vim: ts=2 sw=2 et: