aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-28 10:55:22 +0300
committerCem Keylan <cem@ckyln.com>2021-05-28 10:55:22 +0300
commitbb955e27eac0ec6118be67512cf6cfc97bfa182e (patch)
tree1e84121f050e366f744a58bd6413af425214d44e
parent09c3accd00244612d67ba756b423edf1c5381502 (diff)
downloadrepository-bb955e27eac0ec6118be67512cf6cfc97bfa182e.tar.gz
libyaml: add new package at 0.2.5
-rwxr-xr-xcommunity/libyaml/build7
-rw-r--r--community/libyaml/checksums1
-rw-r--r--community/libyaml/sources1
-rw-r--r--community/libyaml/version1
4 files changed, 10 insertions, 0 deletions
diff --git a/community/libyaml/build b/community/libyaml/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/community/libyaml/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/community/libyaml/checksums b/community/libyaml/checksums
new file mode 100644
index 00000000..563c273d
--- /dev/null
+++ b/community/libyaml/checksums
@@ -0,0 +1 @@
+c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 yaml-0.2.5.tar.gz
diff --git a/community/libyaml/sources b/community/libyaml/sources
new file mode 100644
index 00000000..73b73e38
--- /dev/null
+++ b/community/libyaml/sources
@@ -0,0 +1 @@
+https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz
diff --git a/community/libyaml/version b/community/libyaml/version
new file mode 100644
index 00000000..2e436a0b
--- /dev/null
+++ b/community/libyaml/version
@@ -0,0 +1 @@
+0.2.5 1