From 767592905653b6c31eab88db2f588bf7d14ea853 Mon Sep 17 00:00:00 2001 From: franzap <_@franzap.com> Date: Wed, 11 Dec 2024 11:17:39 -0300 Subject: [PATCH] Add zapstore.yaml --- zapstore.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 zapstore.yaml diff --git a/zapstore.yaml b/zapstore.yaml new file mode 100644 index 0000000..9d70234 --- /dev/null +++ b/zapstore.yaml @@ -0,0 +1,14 @@ +nak: + cli: + name: nak + summary: a command line tool for doing all things nostr + repository: https://github.com/fiatjaf/nak + artifacts: + nak-v%v-darwin-arm64: + platforms: [darwin-arm64] + nak-v%v-darwin-amd64: + platforms: [darwin-x86_64] + nak-v%v-linux-arm64: + platforms: [linux-aarch64] + nak-v%v-linux-amd64: + platforms: [linux-x86_64] \ No newline at end of file