mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
d918da94e5
* new file: projects/github.com/jhford/screenresolution/package.yml * modified: projects/github.com/jhford/screenresolution/package.yml * fix arch strings --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
30 lines
611 B
YAML
30 lines
611 B
YAML
distributable:
|
|
url: https://github.com/jhford/screenresolution/archive/v{{version.marketing}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-names: 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
|