Skip to content

Commit

Permalink
build: add snapcraft.yaml for snap store distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
errmayank committed Jul 27, 2024
1 parent bf1f722 commit 59f700f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-tools-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"zaku": patch
---

add snapcraft.yaml for snap store distribution
22 changes: 22 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: zaku
base: core18
version: 0.1.0
summary: Zaku
description: |
Fast, open-source API client with fangs
grade: stable
confinement: strict
architectures:
- amd64

parts:
zaku-amd64:
plugin: dump
source: https://github.com/buildzaku/zaku/releases/download/v$SNAPCRAFT_PROJECT_VERSION/Zaku_$SNAPCRAFT_PROJECT_VERSION_amd64.deb
source-type: deb
organize:
usr/bin/zaku: usr/bin/zaku-amd64

apps:
zaku-amd64:
command: zaku-amd64

0 comments on commit 59f700f

Please sign in to comment.