diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-02 21:48:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-02 21:48:37 +0300 |
commit | 59bf11408fe7649758b3e85d4551da46b239a80b (patch) | |
tree | d26d51f9ee9bfbb606b75b672c7d6282df3cf23b /extra/libyaml | |
parent | 294426c07890fa51f7ac137aa5b05610d63d26c3 (diff) | |
download | repository-59bf11408fe7649758b3e85d4551da46b239a80b.tar.gz |
libyaml: move to extra
Diffstat (limited to 'extra/libyaml')
-rwxr-xr-x | extra/libyaml/build | 7 | ||||
-rw-r--r-- | extra/libyaml/checksums | 1 | ||||
-rw-r--r-- | extra/libyaml/meta | 3 | ||||
-rw-r--r-- | extra/libyaml/sources | 1 | ||||
-rw-r--r-- | extra/libyaml/version | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/extra/libyaml/build b/extra/libyaml/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libyaml/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libyaml/checksums b/extra/libyaml/checksums new file mode 100644 index 00000000..563c273d --- /dev/null +++ b/extra/libyaml/checksums @@ -0,0 +1 @@ +c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 yaml-0.2.5.tar.gz diff --git a/extra/libyaml/meta b/extra/libyaml/meta new file mode 100644 index 00000000..b02fca7d --- /dev/null +++ b/extra/libyaml/meta @@ -0,0 +1,3 @@ +description: YAML parser library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libyaml/sources b/extra/libyaml/sources new file mode 100644 index 00000000..73b73e38 --- /dev/null +++ b/extra/libyaml/sources @@ -0,0 +1 @@ +https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz diff --git a/extra/libyaml/version b/extra/libyaml/version new file mode 100644 index 00000000..2e436a0b --- /dev/null +++ b/extra/libyaml/version @@ -0,0 +1 @@ +0.2.5 1 |