mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
base-chroot-musl: update to 0.66.
This commit is contained in:
parent
bfb48938db
commit
c73b55cea3
2 changed files with 11 additions and 0 deletions
1
srcpkgs/base-chroot-musl
Symbolic link
1
srcpkgs/base-chroot-musl
Symbolic link
|
@ -0,0 +1 @@
|
|||
base-chroot
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue