Skip to content

Commit 645a6d2

Browse files
committed
Update the snapcraft configuration
1 parent 96805d5 commit 645a6d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

snap/snapcraft.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tig-snaps
1+
name: tig
22
version: git
33
summary: Text-mode interface for git
44
description: |
@@ -17,3 +17,7 @@ parts:
1717
tig:
1818
source: .
1919
plugin: autotools
20+
build: |
21+
make configure
22+
./configure
23+
make install

0 commit comments

Comments
 (0)