Skip to content

Instantly share code, notes, and snippets.

@binarycreations
Created June 14, 2018 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binarycreations/3991eba94a9dc78bb9ee1e3d66168e88 to your computer and use it in GitHub Desktop.
Save binarycreations/3991eba94a9dc78bb9ee1e3d66168e88 to your computer and use it in GitHub Desktop.
Anki desktop snap
# 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