mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 15:36:17 +08:00
Add the packaging metadata to build the codespell snap (#338)
This commit is contained in:
19
snap/snapcraft.yaml
Normal file
19
snap/snapcraft.yaml
Normal 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
|
Reference in New Issue
Block a user