aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-02 21:48:37 +0300
committerCem Keylan <cem@ckyln.com>2023-01-02 21:48:37 +0300
commit59bf11408fe7649758b3e85d4551da46b239a80b (patch)
treed26d51f9ee9bfbb606b75b672c7d6282df3cf23b /community
parent294426c07890fa51f7ac137aa5b05610d63d26c3 (diff)
downloadrepository-59bf11408fe7649758b3e85d4551da46b239a80b.tar.gz
libyaml: move to extra
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/libyaml/build7
-rw-r--r--community/libyaml/checksums1
-rw-r--r--community/libyaml/meta3
-rw-r--r--community/libyaml/sources1
-rw-r--r--community/libyaml/version1
5 files changed, 0 insertions, 13 deletions
diff --git a/community/libyaml/build b/community/libyaml/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/community/libyaml/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install
diff --git a/community/libyaml/checksums b/community/libyaml/checksums
deleted file mode 100644
index 563c273d..00000000
--- a/community/libyaml/checksums
+++ /dev/null
@@ -1 +0,0 @@
-c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 yaml-0.2.5.tar.gz
diff --git a/community/libyaml/meta b/community/libyaml/meta
deleted file mode 100644
index b02fca7d..00000000
--- a/community/libyaml/meta
+++ /dev/null
@@ -1,3 +0,0 @@
-description: YAML parser library
-license: MIT
-maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/libyaml/sources b/community/libyaml/sources
deleted file mode 100644
index 73b73e38..00000000
--- a/community/libyaml/sources
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 2e436a0b..00000000
--- a/community/libyaml/version
+++ /dev/null
@@ -1 +0,0 @@
-0.2.5 1