summaryrefslogtreecommitdiff
path: root/nonsystemd/base/PKGBUILD
blob: 6cc38d5f39b0c9022905199f938ead5c7f77aa60 (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
# Maintainer (Arch): Arch Linux Team
# Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org>
# Maintainer: David P. <megver83@parabola.nu>

pkgname=base
pkgver=2
pkgrel=2
pkgrel+=.parabola1
pkgrel+=.nonsystemd2
pkgdesc="Minimal package-set to define the essential Parabola GNU/Linux-libre non-systemd CLI system"
url='https://www.parabola.nu'
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' 'init' 'esysusers' 'etmpfiles'

  # networking, ping, etc
  'iputils' 'iproute2'

  # parabola
  'your-freedom' 'your-initfreedom'
)
optdepends=('linux-libre: bare metal support')