diff options
| author | Michael Forney <mforney@mforney.org> | 2017-06-11 17:13:14 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-06-11 17:30:49 -0700 |
| commit | 879d267b7b8249f9c4f3c9d4e63dc90d7c604fae (patch) | |
| tree | fabb0090f723a9dd7ea6e604d946786e11476127 | |
| parent | dfc64153f7ba8765f9700359c61f1a73379bc273 (diff) | |
Add utf8proc 2.1.0
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | pkg/gen.rc | 1 | ||||
| -rw-r--r-- | pkg/utf8proc/gen.rc | 5 | ||||
| -rw-r--r-- | pkg/utf8proc/rev | 1 | ||||
| m--------- | pkg/utf8proc/src | 0 |
5 files changed, 10 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e1bdeaa6..9d524b61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -227,6 +227,9 @@ [submodule "pkg/ubase/src"] path = pkg/ubase/src url = https://github.com/michaelforney/ubase +[submodule "pkg/utf8proc/src"] + path = pkg/utf8proc/src + url = https://github.com/JuliaLang/utf8proc [submodule "pkg/util-linux/src"] path = pkg/util-linux/src url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git @@ -83,6 +83,7 @@ subgen transmission subgen tz subgen ubase subgen unzip +subgen utf8proc subgen util-linux subgen velox subgen vis diff --git a/pkg/utf8proc/gen.rc b/pkg/utf8proc/gen.rc new file mode 100644 index 00000000..750c1a86 --- /dev/null +++ b/pkg/utf8proc/gen.rc @@ -0,0 +1,5 @@ +cflags '-std=c99' -Wall -pedantic + +lib libutf8proc.a utf8proc.c + +fetch git diff --git a/pkg/utf8proc/rev b/pkg/utf8proc/rev new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/pkg/utf8proc/rev @@ -0,0 +1 @@ +1 diff --git a/pkg/utf8proc/src b/pkg/utf8proc/src new file mode 160000 +Subproject 40e605959eb5cb90b2587fa88e3b661558fbc55 |
