# Template file for 'xbps-static'.
#
depends="xbps-triggers"
short_desc="${short_desc} - static binaries"
replaces="xbps-static>=0"
do_install() {
vmove "usr/sbin/*.static" usr/sbin
}