require 'formula' class GitFlowClone < Formula homepage 'https://github.com/ashirazi/git-flow-clone' url 'https://github.com/ashirazi/git-flow-clone/archive/0.1.2.tar.gz' sha1 'd4d5c106ebd7de8abbee69f0b277ecdfe85e5b6d' def install system "make", "prefix=#{prefix}", "install" end def caveats; <<-EOS.undent Either git-flow or git-flow-avh (recommended) need to be installed: brew install git-flow or: brew install git-flow-avh If installed with git-flow-avh update ~/.gitflow_export with: export GITFLOW_DIR=#{HOMEBREW_PREFIX}/bin EOS end end '>index : scripts.irssi.org
Script Repository for Irssi
summaryrefslogtreecommitdiffstats
path: root/scripts/complete_lastspoke.pl
blob: 6556dc4699d2fe2ee666124208b49891559e0885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46