mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
30 lines
610 B
YAML
30 lines
610 B
YAML
distributable:
|
|
url: https://github.com/jhford/screenresolution/archive/v{{version.marketing}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: screenresolution
|
|
|
|
versions:
|
|
github: jhford/screenresolution/tags
|
|
|
|
platforms:
|
|
- darwin
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
script: |
|
|
curl $PATCH | patch -p1 || true
|
|
make
|
|
make PREFIX="{{prefix}}" install
|
|
env:
|
|
# Adds apple silicon support
|
|
PATCH: https://github.com/jhford/screenresolution/commit/c3c1e5c498cf2e1fbe37f90899a3d440305398bd.patch
|
|
|
|
provides:
|
|
- bin/screenresolution
|
|
|
|
test:
|
|
screenresolution get
|