diff options
Diffstat (limited to 'community/oniguruma')
-rwxr-xr-x | community/oniguruma/build | 7 | ||||
-rw-r--r-- | community/oniguruma/checksums | 1 | ||||
-rw-r--r-- | community/oniguruma/sources | 1 | ||||
-rw-r--r-- | community/oniguruma/version | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/community/oniguruma/build b/community/oniguruma/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/community/oniguruma/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/community/oniguruma/checksums b/community/oniguruma/checksums new file mode 100644 index 00000000..756938f9 --- /dev/null +++ b/community/oniguruma/checksums @@ -0,0 +1 @@ +bd0faeb887f748193282848d01ec2dad8943b5dfcb8dc03ed52dcc963549e819 onig-6.9.6.tar.gz diff --git a/community/oniguruma/sources b/community/oniguruma/sources new file mode 100644 index 00000000..56f97a33 --- /dev/null +++ b/community/oniguruma/sources @@ -0,0 +1 @@ +https://github.com/kkos/oniguruma/releases/download/v6.9.6/onig-6.9.6.tar.gz diff --git a/community/oniguruma/version b/community/oniguruma/version new file mode 100644 index 00000000..e8cdbdce --- /dev/null +++ b/community/oniguruma/version @@ -0,0 +1 @@ +6.9.6 1 |