Skip to content

sunny4381/heroku-buildpack-linuxbrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Heroku buildpack: linuxbrew

You can install any packages by using linuxbrew.

Usage

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

$ ls
.cellar
.buildpacks
...

$ cat .cellar
mecab
mecab-ipadic

$ cat .buildpacks
https://github.com/sunny4381/heroku-buildpack-linuxbrew.git

$ heroku create --buildpack https://github.com/heroku/heroku-buildpack-multi
$ heroku config:add LD_LIBRARY_PATH=/app/.linuxbrew/lib
$ git push heroku master
...

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages