bosh-gen
bosh-gen copied to clipboard
Add "package <name> -f path/to/blob-1.2.3.tgz -v 1.2.3"
Packages don't need to have explicit versions in files. The above example should produce:
-
packages/name/spec
---
name: softhsm
dependencies: []
files:
- softhsm/SoftHSMv2-*.tar.gz
-
packages/name/packaging
...
tar xfv softhsm/SoftHSMv2-*.tar.gz
cd SoftHSMv2-*
./configure --prefix=${BOSH_INSTALL_TARGET}
make -j${CPUS} && make install
# Alternatively, to copy archive contents:
# cp -a SoftHSMv2-*/* $BOSH_INSTALL_TARGET