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
|
{
"name": "Plowshare",
"description": "Download/upload tool for popular file sharing websites",
"url": "https://github.com/mcrapet/plowshare/archive/v2.1.7.tar.gz",
"mirror": null,
"homepage": "https://github.com/mcrapet/plowshare",
"depends": [
{
"depend": "bash",
"build-depend": false
},
{
"depend": "coreutils",
"build-depend": false
},
{
"depend": "feh",
"build-depend": false
},
{
"depend": "gnu-sed",
"build-depend": false
},
{
"depend": "libcaca",
"build-depend": false
},
{
"depend": "recode",
"build-depend": false
},
{
"depend": "spidermonkey",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"install\", \"patch_gnused\", \"GNU_SED=#{Formula[\"gnu-sed\"].opt_bin}/gsed\", \"PREFIX=#{prefix}\""
],
"version": "2.1.7",
"file": "plowshare.rb"
}
|