Skip to content

Instantly share code, notes, and snippets.

@yosisa
Created July 30, 2011 23:21
Show Gist options
  • Save yosisa/1116137 to your computer and use it in GitHub Desktop.
Save yosisa/1116137 to your computer and use it in GitHub Desktop.
formula for emacs apel
require 'formula'
class Apel < Formula
url 'http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/apel-10.8.tar.gz'
homepage 'http://kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/'
md5 '20b82300094b4377e1fb74d83ebbd972'
depends_on 'emacs'
def install
system "make", "EMACS=/usr/local/bin/emacs"
system "make", "install", "EMACS=/usr/local/bin/emacs", "PREFIX=#{prefix}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment