記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
mewのFormulaを作成しました - Qiita
require 'formula' class Mew < Formula homepage "http://www.mew.org/" url "http://www.mew.org/Rele... require 'formula' class Mew < Formula homepage "http://www.mew.org/" url "http://www.mew.org/Release/mew-6.6.tar.gz" sha1 "3ba1bac6ed9a7a6a85d61b5946418914912063f3" head "http://github.com/kazu-yamamoto/Mew.git" depends_on "emacs" def install system "./configure", "--prefix=#{prefix}", "--with-emacs=/usr/local/bin/emacs" system "make install" end end



2014/05/11 リンク