summaryrefslogtreecommitdiff
path: root/homebrew/whois/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/whois/.beer')
-rw-r--r--homebrew/whois/.beer29
1 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/whois/.beer b/homebrew/whois/.beer
new file mode 100644
index 000000000..39fffabe4
--- /dev/null
+++ b/homebrew/whois/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file