summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Arias <leo@zeppelin.solutions>2018-05-19 21:13:06 -0600
committerJonas Fonseca <jonas.fonseca@gmail.com>2018-05-19 23:13:06 -0400
commit6de02e7d0592a443383f9abc399de5f18a02caea (patch)
treee1c559a7088d9c0963ccd92de9c8de0fc3099047
parent1b25e2a362c9003e68510d61deb7ed63781be9a6 (diff)
Add the packaging metadata to build the tig snap (#721)
* Add the packaging metadata to build the tig snap * fix the path loop
-rw-r--r--snap/snapcraft.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
new file mode 100644
index 00000000..682d66ef
--- /dev/null
+++ b/snap/snapcraft.yaml
@@ -0,0 +1,19 @@
+name: tig
+version: git
+summary: Text-mode interface for git
+description: |
+ Tig is an ncurses-based text-mode interface for git. It functions mainly as a
+ Git repository browser, but can also assist in staging changes for commit at
+ chunk level and act as a pager for output from various Git commands.
+
+grade: devel # must be 'stable' to release into candidate/stable channels
+confinement: classic
+
+apps:
+ tig:
+ command: bin/tig
+
+parts:
+ tig:
+ source: .
+ plugin: autotools