pantry/projects/fury.co/package.yml

32 lines
585 B
YAML
Raw Normal View History

2024-01-28 22:13:27 +03:00
distributable:
url: git+https://github.com/gemfury/cli.git
ref: ${{version.tag}}
versions:
github: gemfury/cli
build:
dependencies:
go.dev: ^1.21
script:
- go build $ARGS -ldflags="$LDFLAGS" ./cmd/fury
env:
ARGS:
- -v
- -trimpath
- -o={{prefix}}/bin/fury
LDFLAGS:
- -s
- -w
- -X main.Version={{version}}
linux:
LDFLAGS:
- -buildmode=pie
provides:
- bin/fury
test:
- fury --version | grep {{version}}
- fury --help | grep 'Listing of your collaborations'
# more testing requires authorization