* wip

* wip

* exclude testing on darwin+x86-64

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
David Roman 2023-06-13 06:07:47 +01:00 committed by GitHub
parent b68e81ab2e
commit b9a2edbb00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,29 @@
distributable:
url: https://github.com/saagarjha/unxip/archive/refs/tags/v{{version.raw}}.tar.gz
strip-components: 1
versions:
github: saagarjha/unxip/releases/tags
strip: /^v/
platforms:
- darwin
provides:
- bin/unxip
warnings:
- vendored
build:
script: |
curl -Lfo unxip "https://github.com/saagarjha/unxip/releases/download/v{{version.raw}}/unxip"
chmod +x unxip
mkdir -p "{{prefix}}/bin"
mv unxip "{{prefix}}/bin"
test:
script:
# FIXME: Won't test on macos-11, which is our test runner for darwin+x86-64
- if test "{{ hw.platform }}+{{ hw.arch }}" = "darwin+x86-64"; then exit 0; fi
- unxip --help