git » minimal.git » main » tree

[main] / PKGBUILD

pkgname=minimal
pkgver=1
pkgrel=2
pkgdesc='Minimal-ish package set'
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' 'psmisc' 'shadow' 'util-linux' 'gzip' 'xz'

  # distro defined requirements
  'pacman' 'systemd'

  # network-ish
  'curl'  'make-ca' 'iproute2' 'inetutils'

  # i will not have a system without nano
  'nano'

  # deps needed for pacman to work (the "core" set doesnt have proper depends)
  expat kmod zstd mpfr
)