Created
June 14, 2018 22:31
-
-
Save binarycreations/3991eba94a9dc78bb9ee1e3d66168e88 to your computer and use it in GitHub Desktop.
Anki desktop snap
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
# vim: tw=80 shiftwidth=4 tabstop=4 softtabstop=4 et ai | |
name: anki-desktop | |
version: 2.0.52 | |
summary: Anki desktop client | |
description: | | |
Anki is a program which makes remembering things easy. Because it's a lot | |
more efficient than traditional study methods, you can either greatly | |
decrease your time spent studying, or greatly increase the amount you learn. | |
confinement: devmode | |
parts: | |
anki-desktop: | |
plugin: dump | |
source: https://apps.ankiweb.net/downloads/current/anki-$SNAPCRAFT_PROJECT_VERSION-amd64.tar.bz2 | |
source-type: tar | |
filesets: | |
app: [ bin/* ] | |
stage: | |
- $app | |
apps: | |
anki: | |
command: anki | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment