pkgname=core-devel
pkgver=1
pkgrel=4
pkgdesc='Basic tools to build ARMLFS packages'
arch=('any')
license=('GPL')
options=('!debug')
depends=(
minimal
bootstrap
autoconf
automake
flex
gawk
groff
libtool
m4
pkgconf
which
# Things in ARMLFS core that i've assumed to be installed
# firstly, HTTPS support
p11-kit
make-ca
# less is just helpful
less
# meson/ninja is very often used; makes for less installing every time
meson
ninja
# uhh, stuff
gdbm
glibc-locales
gperf
intltool
libpipeline
libtasn1
# it's just awkward if a system does _not_ have manpages lol
man-db
man-pages
# Python things
markupsafe
jinja2
python-flit-core
python-setuptools
python-wheel
# Sqlite is very core to the system, as is TCL
sqlite
sqlite-tcl
tcl
# Same here
xml-parser
)
# vim: ts=2 sw=2 et: