summaryrefslogtreecommitdiff
path: root/homebrew/icu4c/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/icu4c/.beer')
-rw-r--r--homebrew/icu4c/.beer26
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/icu4c/.beer b/homebrew/icu4c/.beer
new file mode 100644
index 000000000..8068d6726
--- /dev/null
+++ b/homebrew/icu4c/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Icu4c",
+ "description": "C/C++ and Java libraries for Unicode and globalization",
+ "url": "https://ssl.icu-project.org/files/icu4c/64.2/icu4c-64_2-src.tgz",
+ "mirror": "https://github.com/unicode-org/icu/releases/download/release-64-2/icu4c-64_2-src.tgz",
+ "homepage": "https://ssl.icu-project.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "args = %W[",
+ "--prefix=#{prefix}",
+ "--disable-samples",
+ "--disable-tests",
+ "--enable-static",
+ "--with-library-bits=64",
+ "]",
+ "cd \"source\" do",
+ "system \"./configure\", *args",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "64_2",
+ "file": "icu4c.rb"
+} \ No newline at end of file