+thoughtworks.github.io/talisman (#5541)

* new file:   projects/thoughtworks.github.io/talisman/package.yml

* +git-scm.com

* Update package.yml
This commit is contained in:
Andrew 2024-03-11 20:15:42 +02:00 committed by GitHub
parent 1c7a88c7b6
commit da013c762c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,34 @@
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'