9 lines
186 B
Text
9 lines
186 B
Text
# 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
|
|
}
|