summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit6e9be295283f1df8752883dba5cb947933c3289b (patch)
treebbfb11cccffaf21fe6b267ee2d41582d110d00ff
parentb305a9961eeb76e1a3b76602f6ae379193ef53ab (diff)
git: New binary package
-rw-r--r--git.pkg/control8
-rw-r--r--git.pkg/docs1
-rw-r--r--git.pkg/files3
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/