22 lines
660 B
Bash
22 lines
660 B
Bash
# Template file for 'base-chroot-musl'
|
|
pkgname=base-chroot-musl
|
|
version=0.19
|
|
revision=5
|
|
archs="*-musl"
|
|
bootstrap=yes
|
|
build_style=meta
|
|
homepage="https://www.voidlinux.eu"
|
|
short_desc="Bootstrap packages for xbps-src (musl libc)"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="Public domain"
|
|
|
|
conflicts="base-chroot>=0"
|
|
provides="base-chroot-${version}_${revision}"
|
|
|
|
depends="
|
|
base-files kernel-libc-headers musl-devel musl-legacy-compat
|
|
gcc patch chroot-bash chroot-grep coreutils findutils
|
|
mpfr gettext chroot-texinfo sed chroot-gawk diffutils
|
|
make gzip file tar chroot-util-linux chroot-git ccache
|
|
chroot-distcc xbps xz which libada-devel gcc-ada"
|