22 lines
761 B
Bash
22 lines
761 B
Bash
# Template file for 'base-chroot-musl'
|
|
pkgname=base-chroot-musl
|
|
version=0.19
|
|
revision=2
|
|
bootstrap=yes
|
|
build_style=meta
|
|
homepage="https://www.voidlinux.eu"
|
|
short_desc="Bootstrap packages for xbps-src (musl libc)"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="Public domain"
|
|
|
|
conflicts="base-chroot>=0"
|
|
provides="base-chroot-${version}_${revision}"
|
|
only_for_archs="i686-musl x86_64-musl armv5tel-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl"
|
|
|
|
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-distcc
|
|
chroot-git ccache xbps xz which"
|