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