require 'formula' class ShellFm < Formula url 'https://github.com/jkramer/shell-fm/tarball/v0.8' homepage 'http://nex.scrapping.cc/shell-fm/' sha1 'ad35391489a4c5b216740a543f6cb46285f556c7' head 'https://github.com/jkramer/shell-fm.git' # homepage says that libao is optional, but it doesn't seem # to build without it depends_on 'pkg-config' => :build depends_on 'libao' depends_on 'mad' def install system "make" bin.install 'source/shell-fm' man1.install 'manual/shell-fm.1.gz' end end >index : angular.js
aboutsummaryrefslogtreecommitdiffstats
path: root/example/buzz/buzz.js
blob: 40813d1628c5546ddb8a1c07b20c4119c36f3f34 (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