From bd98569813cf550bb4c78c25a42441ebe3942932 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 13 Jan 2021 10:38:21 +0300 Subject: oniguruma: add new package at 6.9.6 --- community/oniguruma/build | 7 +++++++ community/oniguruma/checksums | 1 + community/oniguruma/sources | 1 + community/oniguruma/version | 1 + 4 files changed, 10 insertions(+) create mode 100755 community/oniguruma/build create mode 100644 community/oniguruma/checksums create mode 100644 community/oniguruma/sources create mode 100644 community/oniguruma/version (limited to 'community') 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 -- cgit v1.2.3