mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
32 lines
583 B
YAML
32 lines
583 B
YAML
distributable:
|
|
url: https://github.com/cointop-sh/cointop/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: cointop-sh/cointop
|
|
strip: /^v/
|
|
|
|
dependencies:
|
|
curl.se/ca-certs: '*'
|
|
|
|
build:
|
|
dependencies:
|
|
go.dev: ^1.17
|
|
script: |
|
|
go build -ldflags="$LDFLAGS" -o "{{prefix}}/bin/cointop"
|
|
env:
|
|
LDFLAGS:
|
|
- -s
|
|
- -w
|
|
- -X github.com/cointop-sh/cointop/cointop.version={{version}}
|
|
linux/x86-64:
|
|
LDFLAGS:
|
|
- -buildmode=pie
|
|
|
|
provides:
|
|
- bin/cointop
|
|
|
|
entrypoint: bin/cointop
|
|
|
|
test: cointop price -c Bitcoin
|