mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
21 lines
139 B
Bash
21 lines
139 B
Bash
# meta pkg build style; do nothing.
|
|
|
|
do_fetch() {
|
|
:
|
|
}
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
|
|
do_configure() {
|
|
:
|
|
}
|
|
|
|
do_build() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
:
|
|
}
|