antranig's and inna's sources packaged.

This commit is contained in:
Norayr Chilingarian 2024-01-16 01:09:23 +04:00
parent 6a37cfb5a6
commit ed99e3ef03
3 changed files with 56 additions and 0 deletions

17
libxo.json Normal file
View file

@ -0,0 +1,17 @@
{
"Package": "libxo",
"Author": "antranigv",
"License": "BSD",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/antranigv/voclibxo",
"tag" : "0.1"
},
"Build":
{
"voc -s": "src/xo.Mod",
"CFLAGS=-lxo voc -m": "test/libxo_test.Mod",
}
}