aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-11 12:43:36 +0300
committerCem Keylan <cem@ckyln.com>2020-01-11 12:43:36 +0300
commiteb3d3df0fae4b0e273d9d3ebe6e6a0603c002874 (patch)
tree9e4ddbfef8d7a1ebeece2b773465017dccf58200 /testing
parenta03d22372378bc29bffcadcaa073103d66ed0062 (diff)
downloadrepository-eb3d3df0fae4b0e273d9d3ebe6e6a0603c002874.tar.gz
icu: add to testing
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/icu/build7
-rw-r--r--testing/icu/checksums1
-rw-r--r--testing/icu/depends1
-rw-r--r--testing/icu/sources1
-rw-r--r--testing/icu/version1
5 files changed, 11 insertions, 0 deletions
diff --git a/testing/icu/build b/testing/icu/build
new file mode 100755
index 00000000..b1be7e65
--- /dev/null
+++ b/testing/icu/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+cd source
+
+./configure --prefix=/usr
+make
+make DESTDIR="$1" install
diff --git a/testing/icu/checksums b/testing/icu/checksums
new file mode 100644
index 00000000..088608b7
--- /dev/null
+++ b/testing/icu/checksums
@@ -0,0 +1 @@
+53e37466b3d6d6d01ead029e3567d873a43a5d1c668ed2278e253b683136d948 icu4c-65_1-src.tgz
diff --git a/testing/icu/depends b/testing/icu/depends
new file mode 100644
index 00000000..0eb5db90
--- /dev/null
+++ b/testing/icu/depends
@@ -0,0 +1 @@
+clang make
diff --git a/testing/icu/sources b/testing/icu/sources
new file mode 100644
index 00000000..038dd59d
--- /dev/null
+++ b/testing/icu/sources
@@ -0,0 +1 @@
+http://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-src.tgz
diff --git a/testing/icu/version b/testing/icu/version
new file mode 100644
index 00000000..52a28145
--- /dev/null
+++ b/testing/icu/version
@@ -0,0 +1 @@
+65.1 1