summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-02-24 18:11:08 -0800
committerMichael Forney <mforney@mforney.org>2020-03-01 19:24:52 -0800
commitf301411222943f84a7590eef3d2bb7c0047fc62c (patch)
treebb21ba9e2c5b65c5ef98faad7d95ec6db0b55d98 /pkg
parente1d76e36e1d93576261e79e5d9e41428e162a208 (diff)
Add atinout 0.9.1
Diffstat (limited to 'pkg')
-rw-r--r--pkg/atinout/gen.lua9
m---------pkg/atinout/src0
-rw-r--r--pkg/atinout/ver1
-rw-r--r--pkg/gen.lua1
4 files changed, 11 insertions, 0 deletions
diff --git a/pkg/atinout/gen.lua b/pkg/atinout/gen.lua
new file mode 100644
index 00000000..5738e76e
--- /dev/null
+++ 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
new file mode 160000
+Subproject 0ee0208c9821a7a0d1f2fb5bd91770be76699d2
diff --git a/pkg/atinout/ver b/pkg/atinout/ver
new file mode 100644
index 00000000..b9651fc4
--- /dev/null
+++ b/pkg/atinout/ver
@@ -0,0 +1 @@
+0.9.1 r0
diff --git a/pkg/gen.lua b/pkg/gen.lua
index 3a7f6f78..c1b1a18d 100644
--- 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'