18 lines
369 B
Python
Executable File
18 lines
369 B
Python
Executable File
#!/usr/bin/env modbuild
|
|
|
|
# Incentive PyMOL: prebuilt Linux bundle from pymol.org, no compile.
|
|
# Default pbuild::prep downloads + sha-verifies + unpacks (urls/shasums in
|
|
# files/config.yaml); the bundle unpacks to pymol/ with the launcher at its root.
|
|
|
|
pbuild::configure() {
|
|
:
|
|
}
|
|
|
|
pbuild::compile() {
|
|
:
|
|
}
|
|
|
|
pbuild::install() {
|
|
mv "${SRC_DIR}"/* "${PREFIX}"/
|
|
}
|