void-packages/srcpkgs/xbps/xbps-static.template
2012-12-22 17:01:09 +01:00

10 lines
186 B
Plaintext

# 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
}