mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
base-voidstrap: rename to base-container-full
same reasoning as base-container
This commit is contained in:
parent
51eac2c947
commit
cdce9c06f3
2 changed files with 10 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'base-voidstrap'
|
# Template file for 'base-container-full'
|
||||||
pkgname=base-voidstrap
|
pkgname=base-container-full
|
||||||
version=0.11
|
version=0.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Void Linux base system meta package for containers/chroots"
|
short_desc="Void Linux base system meta package for containers/chroots"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
@ -19,3 +19,9 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) depends+=" musl";;
|
*-musl) depends+=" musl";;
|
||||||
*) depends+=" glibc-locales";;
|
*) depends+=" glibc-locales";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
base-voidstrap_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" (transitional dummy package)"
|
||||||
|
build_style=meta
|
||||||
|
}
|
1
srcpkgs/base-voidstrap
Symbolic link
1
srcpkgs/base-voidstrap
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
base-container-full
|
Loading…
Add table
Reference in a new issue