forked from robert1207/morse_encode
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
78 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: morse-encode-and-decode # you probably want to 'snapcraft register <name>' | ||
version: '0.2' # just for humans, typically '1.2+git' or '1.3.2' | ||
summary: Coding or decoding with morse # 79 char long summary | ||
description: | | ||
A simple command-line tool, create by Joker2770<https://github.com/Joker2770/morse-encode-and-decode>. | ||
grade: stable # must be 'stable' to release into candidate/stable channels | ||
confinement: strict # use 'strict' once you have the right plugs and slots | ||
|
||
apps: | ||
morse-encode-and-decode: | ||
command: bin/morse-encode-and-decode | ||
|
||
parts: | ||
morse-encode-and-decode: | ||
# See 'snapcraft plugins' | ||
plugin: dump |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters