Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[snap] Add 'snap/snapcraft.yaml' #1941

Merged
merged 1 commit into from
Dec 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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