Skip to content

jordajm/heroku-buildpack-sox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: sox

This is a Heroku buildpack for using sox in your project.
It doesn't do anything else, so to actually compile your app you should use heroku-buildpack-multi to combine it with a real buildpack.

Lineage

Shamelessly forked from the ffmpeg heroku buildpack by Shunji Konishi.

Usage

To use this buildpack, you should prepare a .buildpacks file that contains this buildpack url and your real buildpack url:

$ ls
.buildpacks
...

$ cat .buildpacks
https://github.com/lepinsk/heroku-buildpack-sox

$ heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi

$ git push heroku master
...

You can verify that sox is installed by calling:

$ heroku run "sox"

About

a heroku buildpack for sox i guess

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%