alanho / heroku-buildpack-arj

Heroku Buildpack for ARJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku buildpack: ARJ

This is a Heroku buildpack of ARJ compression. This buildpack will install ARJ binary (from ubuntu package) to $PATH

Usage

Example usage:

$ heroku create --stack cedar --buildpack https://github.com/alanho/heroku-buildpack-arj.git

# or if your app is already created:
$ heroku config:add BUILDPACK_URL=https://github.com/alanho/heroku-buildpack-arj.git

$ git push heroku master

About

Heroku Buildpack for ARJ


Languages

Language:Shell 100.0%