Skip to content

Commit

Permalink
Merge pull request #1941 from bboymimi/snap_support
Browse files Browse the repository at this point in the history
[snap] Add 'snap/snapcraft.yaml'
  • Loading branch information
masatake committed Dec 10, 2018
2 parents c7d224b + 7e471f7 commit 7dd0253
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: universal-ctags # you probably want to 'snapcraft register <name>'
version: '0.1.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: Symbol tags for tracing code # 79 char long summary
description: |
The goal of the project is preparing and maintaining common/unified working
space where people interested in making ctags better can work together.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots

apps:
ctags:
command: ctags
plugs:
- home

parts:
universal-ctags:
source-type: git
source: https://github.com/universal-ctags/ctags.git
# See 'snapcraft plugins'
plugin: autotools

0 comments on commit 7dd0253

Please sign in to comment.