4d0c99426c
no build-block was available, README.md should be written
21 lines
164 B
Python
Executable File
21 lines
164 B
Python
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::add_to_group 'Programming'
|
|
|
|
pbuild::prep() {
|
|
:
|
|
}
|
|
|
|
pbuild::configure() {
|
|
:
|
|
}
|
|
|
|
pbuild::compile() {
|
|
:
|
|
}
|
|
|
|
pbuild::install() {
|
|
:
|
|
}
|
|
|