mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
1c7a88c7b6
* new file: projects/cloudflare.com/cloudflared/package.yml * -buildmode=pie for linux * debug * hahaha :D * remove comment
29 lines
629 B
YAML
29 lines
629 B
YAML
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'
|