14 lines
97 B
Bash
14 lines
97 B
Bash
# meta pkg build style; do nothing.
|
|
|
|
do_fetch() {
|
|
:
|
|
}
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
:
|
|
}
|