diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | pkg/atinout/gen.lua | 9 | ||||
| m--------- | pkg/atinout/src | 0 | ||||
| -rw-r--r-- | pkg/atinout/ver | 1 | ||||
| -rw-r--r-- | pkg/gen.lua | 1 |
5 files changed, 14 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6649fa54..52596846 100644 --- 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 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' |
