summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/