Skip to content

Commit 5cd5f7b

Browse files
nderjungethomson
authored andcommitted
Include clib's package reference.
This PR introduces a new top-level file, `package.json`, which enables this repository compatibility with [`clib`](https://github.com/clibs/clib), an open source C package manager. By doing this, users of `clib` can quickly include the `libgit2` library within their project.
1 parent 0ad2372 commit 5cd5f7b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "libgit2",
3+
"version": "0.27.0",
4+
"repo": "https://github.com/libgit2/libgit2",
5+
"description": " A cross-platform, linkable library implementation of Git that you can use in your application.",
6+
"install": "mkdir build && cd build && cmake .. && cmake --build ."
7+
}

0 commit comments

Comments
 (0)