Installation is highly manual. This documents the MotionCor2 installation procedure and automates shared file installation. Adds 1.2.6 and 1.3.0 variants.
23 lines
270 B
Plaintext
Executable File
23 lines
270 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
# Binary distribution with manual installation. See README.md
|
|
|
|
pbuild::add_to_group 'EM'
|
|
|
|
pbuild::prep() {
|
|
cp $BUILDBLOCK_DIR/files/LICENSE $PREFIX/
|
|
}
|
|
|
|
pbuild::configure() {
|
|
:
|
|
}
|
|
|
|
pbuild::compile() {
|
|
:
|
|
}
|
|
|
|
pbuild::install() {
|
|
:
|
|
}
|
|
|