aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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