aria2-heroku

by amivin

README.md

aria2-heroku

A Heroku buildpack for aria2 that always downloads the latest static build. Unlike other build packs, I never compile anything and remove this git.

Usage

Add the following to your .buildpacks:

https://github.com/amivin/aria2-heroku.git

Or run the following from the heroku command line:

heroku buildpacks:add https://github.com/amivin/aria2-heroku.git

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/amivin/aria2-heroku.git

For existing applications:

$ heroku buildpacks:set https://github.com/amivin/aria2-heroku.git -a YOUR_APP_NAME