Skip to content

Commit

Permalink
Add initial snapcraft.yaml file, untested. References #23.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamere-allo-peter committed May 13, 2022
1 parent e7e0003 commit e832e2e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ message = Bump version: {current_version} -> {new_version}
[bumpversion:file:setup.cfg]

[bumpversion:file:yamlfixer/__init__.py]

[bumpversion:file:snapcraft.yaml]
20 changes: 20 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: yamlfixer-opt-nc
base: core20
version: '0.9.12'
summary: automates the fixing of problems reported by yamllint
description: |
yamlfixer automates the fixing of problems reported by
yamllint by parsing its output.
grade: stable
confinement: strict

apps:
yamlfixer:
command: bin/yamlfixer
plugs: [home]
parts:
yamlfixer:
source: .
plugin: python
python-packages: [yamllint]

0 comments on commit e832e2e

Please sign in to comment.