Created
February 20, 2017 17:04
-
-
Save simos/4d498bf773ab23827901c7c9a8015517 to your computer and use it in GitHub Desktop.
Snapcraft.yaml for howdoi
This file contains hidden or 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
name: howdoi # you probably want to 'snapcraft register <name>' | |
version: '20170207' # just for humans, typically '1.2+git' or '1.3.2' | |
summary: instant coding answers via the command line # 79 char long summary | |
description: | | |
Are you a hack programmer? Do you find yourself constantly Googling | |
for how to do basic programing tasks? | |
Suppose you want to know how to format a date in bash. Why open your browser | |
and read through blogs (risking major distraction) when you can simply | |
stay in the console and ask howdoi. | |
grade: stable # must be 'stable' to release into candidate/stable channels | |
confinement: strict # use 'strict' once you have the right plugs and slots | |
apps: | |
howdoi: | |
command: howdoi | |
plugs: [network] | |
parts: | |
howdoi: | |
plugin: python | |
source: https://github.com/gleitz/howdoi.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment