Skip to content

Commit 2d81c5a

Browse files
Leo Ariasrvagg
Leo Arias
authored andcommitted
Add the packaging metadata to build the branch-diff snap (#14)
* Add the packaging metadata to build the branch-diff snap * remove the build package
1 parent 399f31b commit 2d81c5a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

snap/snapcraft.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: branch-diff
2+
version: git
3+
summary: Compares 2 git branches without hassle.
4+
description: |
5+
A tool to list print the commits on one git branch
6+
that are not on another using loose comparison.
7+
grade: stable
8+
confinement: strict
9+
10+
apps:
11+
branch-diff:
12+
command: bin/branch-diff
13+
plugs: [network, home]
14+
15+
parts:
16+
branch-diff:
17+
source: .
18+
plugin: nodejs
19+
stage-packages: [git]

0 commit comments

Comments
 (0)