Permalink
Fetching contributors…
Cannot retrieve contributors at this time
30 lines (27 sloc) 652 Bytes
name: git
version: 2.8.0
summary: Git is a free and open source distributed version control system.
description: This example is not really production quality
confinement: classic
apps:
git:
command: git
environment:
PATH: $PATH:$SNAP/libexec/git-core
GIT_TEMPLATE_DIR: $SNAP/share/git-core/templates
parts:
git:
source: https://github.com/git/git
source-type: git
source-depth: 1
plugin: autotools
configflags:
- --with-curl
- --with-expat
build-packages:
- gettext
- libssl-dev
- libcurl4-openssl-dev
- libexpat1-dev
stage-packages:
- libcurl3