mirror of
https://github.com/fiatjaf/nak.git
synced 2024-12-22 01:55:51 -05:00
14 lines
395 B
YAML
14 lines
395 B
YAML
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] |