kiss-flatpak

Flatpak for KISS Linux.
git clone https://git.stjo.hn/kiss-flatpak
Log | Files | Refs | README | LICENSE

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:
Aflatpak/yaml/build | 7+++++++
Aflatpak/yaml/checksums | 1+
Aflatpak/yaml/sources | 1+
Aflatpak/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