aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-01-13 10:38:21 +0300
committerCem Keylan <cem@ckyln.com>2021-01-13 10:38:21 +0300
commitbd98569813cf550bb4c78c25a42441ebe3942932 (patch)
tree8780458a67fa77810f10034c6a724e87321668cd /community
parent36110dd9e259e2dff97c362ddfce7ae8f397e205 (diff)
downloadrepository-bd98569813cf550bb4c78c25a42441ebe3942932.tar.gz
oniguruma: add new package at 6.9.6
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/oniguruma/build7
-rw-r--r--community/oniguruma/checksums1
-rw-r--r--community/oniguruma/sources1
-rw-r--r--community/oniguruma/version1
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