void-packages/common/build_style/meta.sh

22 lines
139 B
Bash

# meta pkg build style; do nothing.
do_fetch() {
:
}
do_extract() {
:
}
do_configure() {
:
}
do_build() {
:
}
do_install() {
:
}