commit
1b08b79989
|
@ -104,6 +104,13 @@ a symbolic link to the $PREFIX/share/kak/rc directory.
|
|||
ln -s /usr/share/kak/rc ~/.config/kak/autoload
|
||||
----------------------------------------------
|
||||
|
||||
Homebrew (OSX)
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
-----------------------------------------------------------------------------------------------
|
||||
brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/homebrew/contrib/kakoune.rb
|
||||
-----------------------------------------------------------------------------------------------
|
||||
|
||||
Running
|
||||
-------
|
||||
|
||||
|
|
14
contrib/kakoune.rb
Normal file
14
contrib/kakoune.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require "formula"
|
||||
|
||||
class Kakoune < Formula
|
||||
homepage "https://github.com/mawww/kakoune"
|
||||
head "https://github.com/mawww/kakoune.git"
|
||||
|
||||
depends_on 'boost'
|
||||
|
||||
def install
|
||||
cd 'src' do
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user