mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
add(cemetery-escape)
This commit is contained in:
parent
8c8fc7dbfc
commit
89585ceac7
|
@ -0,0 +1,24 @@
|
|||
distributable:
|
||||
url: https://github.com/tom-on-the-internet/cemetery-escape/archive/refs/tags/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: tom-on-the-internet/cemetery-escape
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
go.dev: ^1.21
|
||||
script:
|
||||
- go build -ldflags="$LDFLAGS" -o "{{prefix}}"/bin/cemetery-escape
|
||||
env:
|
||||
LDFLAGS:
|
||||
- -s
|
||||
- -w
|
||||
linux:
|
||||
LDFLAGS:
|
||||
- -buildmode=pie
|
||||
|
||||
provides:
|
||||
- bin/cemetery-escape
|
||||
|
||||
test: cemetery-escape --help | grep 'CEMETERY ESCAPE'
|
Loading…
Reference in a new issue