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
|
{
"name": "Whois",
"description": "Lookup tool for domain names and other internet resources",
"url": "https://deb.debian.org/debian/pool/main/w/whois/whois_5.4.2.tar.xz",
"mirror": null,
"homepage": "https://packages.debian.org/sid/whois",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "libidn2",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.append \"LDFLAGS\", \"-L/usr/lib -liconv\"",
"system \"make\", \"whois\", \"HAVE_ICONV=1\"",
"bin.install \"whois\"",
"man1.install \"whois.1\"",
"man5.install \"whois.conf.5\""
],
"version": "5.4.2",
"file": "whois.rb"
}
|