kosh04 / heroku-buildpack-emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku buildpack: Emacs

This is a Heroku buildpack for GNU Emacs apps.

Cask (project management tool) is also installed.

Usage

Example usage:

$ ls
Cask
init.el
...

$ heroku create myapp --buildpack https://github.com/kosh04/heroku-buildpack-emacs

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom git buildpack... done
-----> Emacs Lisp app detected
-----> Install Emacs
...

OK. your apps can execute emacs or cask exec emacs.

How to compile the buildpack Emacs

Emacs binary package is made with the following command. (See detail bin/compile.mk)

./configure --without-all --without-x --prefix=/app/.heroku/vendor

Executable full path name depends on --prefix This case emacs is /app/.heroku/bin/emacs.

About


Languages

Language:Shell 69.9%Language:Makefile 30.1%