heroku-buildpack-p7zip

by opendoor-labs

README.md

heroku-buildpack-p7zip

A buildpack to install p7zip on a heroku dyno. For use with heroku-buildpack-multi.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/opendoor-labs/heroku-buildpack-p7zip.git

For existing applications:

$ heroku buildpacks:set https://github.com/opendoor-labs/heroku-buildpack-p7zip.git -a YOUR_APP_NAME