jobcore/base/PKGBUILD-oba

47 lines
1.1 KiB
Plaintext

# Distribution : Obarun S6/66
#-----------------------------
# Maintainer : Eric Vidal <eric@obarun.org>
#----------------
# Obarun PkgSrc : https://git.obarun.org/pkg/obcore/base
#--------------------------------------------------------------------------------
# DESCRIPTION ]
pkgname=base
pkgver=7
pkgrel=1
pkgdesc="Minimal package set to define a basic Obarun Linux installation"
url='https://web.obarun.org'
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' 'obsysusers'
#init
'skalibs' 'execline' 'oblibs' '66' '66-tools' 's6-linux-utils'
's6-portable-utils' 's6' 's6-rc' 'eudev' 'libeudev'
# networking, ping, etc
'iputils' 'iproute2'
#service
'boot@-66serv'
)
optdepends=(
'linux: bare metal support'
)
arch=(x86_64)
license=(ISC)
sha512sums=('')