commit c945f6caf3f48740fdaedc51f088252ccaad4cb7 parent a6ed80c988c43493d1819142df8504e313523ec8 Author: St John Karp <contact@stjo.hn> Date: Sun, 3 Jul 2022 21:25:47 -0400 yaml: Add package at version 0.2.5 Diffstat:
A | flatpak/yaml/build | | | 7 | +++++++ |
A | flatpak/yaml/checksums | | | 1 | + |
A | flatpak/yaml/sources | | | 1 | + |
A | flatpak/yaml/version | | | 1 | + |
4 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/flatpak/yaml/build b/flatpak/yaml/build @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +./configure \ + --prefix=/usr + +make +make install diff --git a/flatpak/yaml/checksums b/flatpak/yaml/checksums @@ -0,0 +1 @@ +c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 diff --git a/flatpak/yaml/sources b/flatpak/yaml/sources @@ -0,0 +1 @@ +http://pyyaml.org/download/libyaml/yaml-VERSION.tar.gz diff --git a/flatpak/yaml/version b/flatpak/yaml/version @@ -0,0 +1 @@ +0.2.5 1