23 lines
233 B
Plaintext
Executable File
23 lines
233 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
# Binary distribution with manual installation. See README.md
|
|
|
|
pbuild::add_to_group 'Tools'
|
|
|
|
pbuild::prep() {
|
|
:
|
|
}
|
|
|
|
pbuild::configure() {
|
|
:
|
|
}
|
|
|
|
pbuild::compile() {
|
|
:
|
|
}
|
|
|
|
pbuild::install() {
|
|
:
|
|
}
|
|
|