logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f301411222943f84a7590eef3d2bb7c0047fc62c
parent e1d76e36e1d93576261e79e5d9e41428e162a208
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 24 Feb 2020 18:11:08 -0800

Add atinout 0.9.1

Diffstat:

M.gitmodules3+++
Apkg/atinout/gen.lua9+++++++++
Apkg/atinout/src1+
Apkg/atinout/ver1+
Mpkg/gen.lua1+
5 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -6,6 +6,9 @@ path = pkg/alsa-utils/src url = https://github.com/alsa-project/alsa-utils.git ignore = all +[submodule "pkg/atinout/src"] + path = pkg/atinout/src + url = https://git.code.sf.net/p/atinout/code [submodule "pkg/awk/src"] path = pkg/awk/src url = https://github.com/onetrueawk/awk diff --git a/pkg/atinout/gen.lua b/pkg/atinout/gen.lua @@ -0,0 +1,9 @@ +cflags{ + '-std=c99', '-Wall', '-Wextra', '-Wpedantic', + [[-D 'VERSION="0.9.1"']], +} + +exe('atinout', {'atinout.c'}) +file('bin/atinout', '755', '$outdir/atinout') + +fetch 'git' diff --git a/pkg/atinout/src b/pkg/atinout/src @@ -0,0 +1 @@ +Subproject commit 0ee0208c9821a7a0d1f2fb5bd91770be76699d2f diff --git a/pkg/atinout/ver b/pkg/atinout/ver @@ -0,0 +1 @@ +0.9.1 r0 diff --git a/pkg/gen.lua b/pkg/gen.lua @@ -2,6 +2,7 @@ subgen 'acme-client' subgen 'adobe-source-fonts' subgen 'alsa-lib' subgen 'alsa-utils' +subgen 'atinout' subgen 'awk' subgen 'bc' subgen 'bearssl'