21 lines
702 B
Bash
21 lines
702 B
Bash
# Template file for 'base-chroot-musl'
|
|
pkgname=base-chroot-musl
|
|
version=0.17
|
|
revision=2
|
|
bootstrap=yes
|
|
build_style=meta
|
|
homepage="http://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 armv6l-musl armv7l-musl aarch64-musl"
|
|
|
|
depends="
|
|
base-files>=0.127 kernel-libc-headers musl musl-legacy-compat
|
|
gcc gcc-c++ patch chroot-bash chroot-grep coreutils findutils
|
|
gettext chroot-texinfo sed chroot-gawk diffutils
|
|
make gzip file tar chroot-util-linux chroot-distcc
|
|
chroot-git ccache xbps xz which"
|