mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
busybox: register 'awk, hostname, sh, vi' alternative groups.
This commit is contained in:
parent
9ce9d89c67
commit
5afcd5bcf5
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'busybox'.
|
# Build template for 'busybox'.
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
version=1.24.1
|
version=1.24.1
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -11,8 +11,12 @@ distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||||
checksum=37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d
|
checksum=37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
|
awk:awk:/usr/bin/busybox
|
||||||
|
hostname:hostname:/usr/bin/busybox
|
||||||
|
sh:sh:/usr/bin/busybox
|
||||||
ntpd:ntpd:/usr/bin/busybox
|
ntpd:ntpd:/usr/bin/busybox
|
||||||
ntpd:ntpd:/etc/sv/busybox-ntpd"
|
ntpd:ntpd:/etc/sv/busybox-ntpd
|
||||||
|
vi:vi:/usr/bin/busybox"
|
||||||
|
|
||||||
_cflags() {
|
_cflags() {
|
||||||
local t=$1
|
local t=$1
|
||||||
|
|
Loading…
Add table
Reference in a new issue