diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 03:30:39 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 17:37:58 (EST) |
commit | 6e9be295283f1df8752883dba5cb947933c3289b (patch) | |
tree | bbfb11cccffaf21fe6b267ee2d41582d110d00ff | |
parent | b305a9961eeb76e1a3b76602f6ae379193ef53ab (diff) |
git: New binary package
-rw-r--r-- | git.pkg/control | 8 | ||||
-rw-r--r-- | git.pkg/docs | 1 | ||||
-rw-r--r-- | git.pkg/files | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/git.pkg/control b/git.pkg/control new file mode 100644 index 0000000..7ca2be5 --- /dev/null +++ b/git.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Section: dev +Depends: ${Shlib-Depends} +Description: Fast, scalable, distributed revision control system + Git is a fast, scalable, distributed revision control system with an unusually + rich command set that provides both high-level operations and full access to + internals. diff --git a/git.pkg/docs b/git.pkg/docs new file mode 100644 index 0000000..0419ea5 --- /dev/null +++ b/git.pkg/docs @@ -0,0 +1 @@ +src/README.md diff --git a/git.pkg/files b/git.pkg/files new file mode 100644 index 0000000..35b64f9 --- /dev/null +++ b/git.pkg/files @@ -0,0 +1,3 @@ +/usr/bin/ +/usr/libexec/git-core/ +/usr/share/git-core/templates/ |