diff --git a/fifo.json b/fifo.json new file mode 100644 index 0000000..d2fd0e4 --- /dev/null +++ b/fifo.json @@ -0,0 +1,16 @@ +{ + "Package": "time", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/fifo", + "tag" : "0.1" + }, + "Build": + { + "voc -s": "src/fifo.Mod" + } +} diff --git a/unixfs.json b/unixfs.json new file mode 100644 index 0000000..d6a9955 --- /dev/null +++ b/unixfs.json @@ -0,0 +1,16 @@ +{ + "Package": "time", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/unixfs", + "tag" : "0.1" + }, + "Build": + { + "voc -s": "src/unixFiles.Mod" + } +}