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
47
48
49
50
51
52
53
54
55
56
57
58
|
{
"name": "Rpm",
"description": "Standard unix software packaging tool",
"url": "http://ftp.rpm.org/releases/rpm-4.14.x/rpm-4.14.2.1.tar.bz2",
"mirror": null,
"homepage": "https://rpm.org/",
"depends": [
{
"depend": "berkeley-db",
"build-depend": false
},
{
"depend": "gettext",
"build-depend": false
},
{
"depend": "libarchive",
"build-depend": false
},
{
"depend": "libmagic",
"build-depend": false
},
{
"depend": "lua@5.1",
"build-depend": false
},
{
"depend": "openssl",
"build-depend": false
},
{
"depend": "pkg-config",
"build-depend": false
},
{
"depend": "popt",
"build-depend": false
},
{
"depend": "xz",
"build-depend": false
},
{
"depend": "zstd",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"(var/\"lib/rpm\").mkpath",
"inreplace lib/\"rpm/macros\", \"/usr/bin/gpg2\", HOMEBREW_PREFIX/\"bin/gpg\""
],
"version": "4.14.2.1",
"file": "rpm.rb"
}
|