Add the packaging metadata to build the codespell snap (#338)

This commit is contained in:
Leo Arias
2018-04-16 08:31:07 -06:00
committed by Eric Larson
parent bb8e76d323
commit 2edd527532

19
snap/snapcraft.yaml Normal file
View File

@ -0,0 +1,19 @@
name: codespell
version: git
summary: Check code for common misspellings
description: |
Codespell fixes common mispellings in text files.It's designed
primarily for checking misspelled words in source code, but it can
be used with other files as well.
grade: stable
confinement: strict
apps:
codespell:
command: codespell
plugs: [home, removable-media]
parts:
codespell:
source: .
plugin: python