mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-18 08:25:19 +02:00
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
|
|
}
|