Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "package <name> -f path/to/blob-1.2.3.tgz -v 1.2.3" #99

Open
drnic opened this issue Aug 29, 2017 · 0 comments
Open

Add "package <name> -f path/to/blob-1.2.3.tgz -v 1.2.3" #99

drnic opened this issue Aug 29, 2017 · 0 comments

Comments

@drnic
Copy link
Contributor

drnic commented Aug 29, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant