mirror of
https://github.com/xHyroM/void-packages.git
synced 2025-01-01 08:38:18 +01:00
10 lines
76 B
Bash
10 lines
76 B
Bash
|
# meta pkg build style; do nothing.
|
||
|
|
||
|
do_fetch() {
|
||
|
:
|
||
|
}
|
||
|
|
||
|
do_install() {
|
||
|
:
|
||
|
}
|