Currently installs Ghostscript 9.22 on Heroku Cedar. This buildpack takes the binary available at https://www.ghostscript.com/download/gsdnld.html
$ cd /path/to/your-app
$ heroku buildpacks:add https://github.com/phbernard/heroku-buildpack-ghostscript.git
# Push changes to deploy
$ git push