pantry/projects/github.com/containers/gvisor-tap-vsock/package.yml
ABevier d2a6c189ab
+gvproxy (#1955)
* +gvproxy

* debuggin

* buildmode=pie for linux
2023-05-11 15:55:19 -04:00

35 lines
699 B
YAML

distributable:
url: https://github.com/containers/gvisor-tap-vsock/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: containers/gvisor-tap-vsock/releases/tags
platforms:
- darwin
- linux/x86-64
provides:
- bin/gvproxy
- bin/qemu-wrapper
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
go.dev: ^1.18
script: |
if test "{{hw.platform}}" = "linux"; then
sed -i.bak 's/go build/go build -buildmode=pie/g' Makefile
fi
make --jobs {{ hw.concurrency }}
mkdir -p "{{ prefix }}"/bin
mv bin/* "{{ prefix }}"/bin
test:
script: |
gvproxy -help 2>&1
gvproxy -help 2>&1 | grep "Usage of gvproxy:"