Files
MX_Pmodule/EM/Gautomatch/build
Spencer Bliven b28e9a8a39 Add Gautomatch buildblock
No new versions were installed, but this documents the build process and
updates the modulefile.
2020-11-18 21:09:20 +01:00

23 lines
230 B
Plaintext
Executable File

#!/usr/bin/env modbuild
# Binary distribution with manual installation. See README.md
pbuild::add_to_group 'EM'
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
:
}