summaryrefslogtreecommitdiff
path: root/pkg/atinout/gen.lua
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/atinout/gen.lua
parente1d76e36e1d93576261e79e5d9e41428e162a208 (diff)
Add atinout 0.9.1
Diffstat (limited to 'pkg/atinout/gen.lua')
-rw-r--r--pkg/atinout/gen.lua9
1 files changed, 9 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'