base-chroot-musl: update to 0.66.

This commit is contained in:
Piotr Wójcik 2020-02-19 00:49:40 +01:00 committed by Piotr
parent bfb48938db
commit c73b55cea3
2 changed files with 11 additions and 0 deletions

1
srcpkgs/base-chroot-musl Symbolic link
View file

@ -0,0 +1 @@
base-chroot

View file

@ -19,3 +19,13 @@ depends+="
patch sed findutils diffutils make gzip coreutils
file bsdtar ccache xbps chroot-bash chroot-grep
chroot-gawk chroot-distcc chroot-util-linux chroot-git"
if [ "$XBPS_TARGET_LIBC" = musl ]; then
base-chroot-musl_package() {
build_style=meta
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - transitional dummy package"
}
fi # "$XBPS_TARGET_LIBC" = musl