summaryrefslogtreecommitdiff
path: root/libre/base/PKGBUILD
blob: 06e346306466a6300f2449f0e1ec2d93c16a3d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Maintainer: Parabola GNU/Linux-libre Team
# Maintainer (Arch): Arch Linux Team
# Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org>

pkgname=base
pkgver=3
pkgrel=1
pkgrel+=.parabola1
pkgdesc='Minimal package set to define a basic Parabola GNU/Linux-libre installation'
url='https://www.archlinux.org'
arch=('x86_64' 'i686' 'armv7h')
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' 'parabola-keyring' 'systemd' 'systemd-sysvcompat'
  'your-freedom'

  # networking, ping, etc
  'iputils' 'iproute2'
)
depends_x86_64=('archlinux-keyring')
depends_i686=('archlinux32-keyring')
depends_armv7h=('archlinuxarm-keyring')
optdepends=('linux-libre: bare metal support')

# vim: ts=2 sw=2 et: