Skip to content

Commit 07a5712

Browse files
committed
Add a README.md
1 parent cd32a3e commit 07a5712

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# zig2tuple
2+
3+
This FreeBSD ports tool assists in the creation of Zig ports by recursively scanning `.zon` files in Zig projects by finding dependencies to be added in the port Makefiles for porter convenience.
4+
5+
## How to use it?
6+
7+
Either by calling zig2tuple directly: `zig2tuple <path_to_project>`
8+
9+
Or by adding `USES=zig` to a port and then running `make make-zig-tuple`, which will invoke the tool under the hood.
10+
11+
## Requirements For New Issues:
12+
13+
* Please keep each issue to one problem only.
14+
* Do not stack problems in a single issue.
15+
* Do not request port build testing.

0 commit comments

Comments
 (0)