snapcraft.yaml 405 B

1234567891011121314151617
  1. name: todo-cli
  2. base: core24
  3. version: 1.0.1
  4. summary: todo command-line app
  5. description: If you want to get it done, first write it down.
  6. grade: stable
  7. confinement: strict
  8. parts:
  9. todo-cli:
  10. plugin: dump
  11. source: https://github.com/sirekanian/todo/releases/download/v$SNAPCRAFT_PROJECT_VERSION/todo-linux-$CRAFT_ARCH_BUILD_FOR-$SNAPCRAFT_PROJECT_VERSION.tar.gz
  12. apps:
  13. todo-cli:
  14. command: todo