github.com/sindresorhus/macos-term-size (#2331)

* github.com/sindresorhus/macos-term-size

* hmm... Will the compiled binary run?

* codesign

* check codesign

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Andrew 2023-07-13 20:41:39 +03:00 committed by GitHub
parent e5dc6ba1cc
commit eca2a14988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,30 @@
distributable:
url: https://github.com/sindresorhus/macos-term-size/releases/download/v{{version}}/term-size.zip
strip-components: 1
warnings:
- vendored
versions:
github: sindresorhus/macos-term-size
platforms:
- darwin
build:
script:
- mkdir -p {{prefix}}/bin
- run: |
CODESIGN="$(codesign -dvv term-size 2>&1)"
echo $CODESIGN | grep "Authority=$AUTHORITY"
echo $CODESIGN | grep "TeamIdentifier=$TEAMIDENTIFIER"
- install term-size {{prefix}}/bin
env:
AUTHORITY: "Developer ID Application: Node.js Foundation (HX7739G8FX)"
TEAMIDENTIFIER: HX7739G8FX
provides:
- bin/term-size
# FIXME: how do we test this?
test: ls -x {{prefix}}/bin/term-size | grep {{version}}