Skip to content

moacirmoda/heroku-buildpack-libreoffice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for Libreoffice

Makes no assumptions about the LibreOffice version. Simply links the .apt binary into the vendor directory.

To be used in conjuction with heroku-buildpack-apt

heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-apt.git
heroku buildpacks:add --index 2 https://github.com/sumeetattree/heroku-buildpack-libreoffice.git

Create an Aptfile at the project root

:repo:deb http://http.us.debian.org/debian stretch main

libreoffice
libxinerama-dev
libgl1-mesa-dev
libglu1-mesa-dev
libxdamage-dev
libsm6
libice6

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%