base-minimal: update to 0.2.
None of the psmisc utils are required for base, so remove the dependency. At the same time, add procps-ng as a dep, since it includes some fundamental utils (ps, pkill, free, ...).
This commit is contained in:
parent
9fae93734a
commit
9f615623fd
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'base-minimal'
|
# Template file for 'base-minimal'
|
||||||
pkgname=base-minimal
|
pkgname=base-minimal
|
||||||
version=0.1
|
version=0.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.org/"
|
|
||||||
short_desc="Void Linux base system meta with minimal tools"
|
short_desc="Void Linux base system meta with minimal tools"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Public domain"
|
license="Public Domain"
|
||||||
|
homepage="https://www.voidlinux.org/"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files coreutils findutils diffutils dash grep gzip sed gawk
|
base-files coreutils findutils diffutils dash grep gzip sed gawk
|
||||||
util-linux which tar shadow psmisc iana-etc xbps nvi tzdata
|
util-linux which tar shadow procps-ng iana-etc xbps nvi tzdata
|
||||||
runit-void"
|
runit-void"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue