mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
da013c762c
* new file: projects/thoughtworks.github.io/talisman/package.yml * +git-scm.com * Update package.yml
35 lines
649 B
YAML
35 lines
649 B
YAML
distributable:
|
|
url: https://github.com/thoughtworks/talisman/archive/refs/tags/{{version.tag}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: thoughtworks/talisman
|
|
|
|
build:
|
|
dependencies:
|
|
go.dev: ^1.21
|
|
script:
|
|
go build $ARGS -ldflags="$LDFLAGS" ./cmd
|
|
env:
|
|
ARGS:
|
|
- -trimpath
|
|
- -o={{prefix}}/bin/talisman
|
|
linux:
|
|
ARGS:
|
|
- -buildmode=pie
|
|
LDFLAGS:
|
|
- -s
|
|
- -w
|
|
- -X=main.Version={{version.tag}}
|
|
|
|
provides:
|
|
- bin/talisman
|
|
|
|
test:
|
|
dependencies:
|
|
git-scm.org: '*'
|
|
script:
|
|
- talisman --version | grep {{version}}
|
|
- git init .
|
|
- talisman --scan | grep 'Talisman done'
|