+cloudflare.com/cloudflared (#5540)

* new file:   projects/cloudflare.com/cloudflared/package.yml

* -buildmode=pie for linux

* debug

* hahaha :D

* remove comment
This commit is contained in:
Andrew 2024-03-11 20:15:15 +02:00 committed by GitHub
parent 9c6606370b
commit 1c7a88c7b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,28 @@
distributable:
url: https://github.com/cloudflare/cloudflared/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
versions:
github: cloudflare/cloudflared
build:
dependencies:
go.dev: ^1.21
script:
- run: sed -i 's|go build|go build -buildmode=pie|g' Makefile
if: linux
- make install $ARGS
env:
DATE: $(date -u +%FT%TZ)
ARGS:
- VERSION={{version}}
- DATE=${DATE}
- PACKAGE_MANAGER=pkgx
- PREFIX={{prefix}}
provides:
- bin/cloudflared
test:
- cloudflared help | grep {{version}}
- cloudflared update 2>&1 | grep 'cloudflared was installed by pkgx'