mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
30 lines
441 B
YAML
30 lines
441 B
YAML
distributable:
|
|
url: https://github.com/cosmtrek/air/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: air
|
|
|
|
versions:
|
|
github: cosmtrek/air
|
|
|
|
provides:
|
|
- bin/air
|
|
|
|
build:
|
|
script: |
|
|
make build
|
|
mkdir -p "{{ prefix }}"/bin
|
|
mv air "{{ prefix }}"/bin
|
|
env:
|
|
linux:
|
|
LDFLAGS:
|
|
- -buildmode=pie
|
|
dependencies:
|
|
git-scm.org: '*'
|
|
go.dev: ^1.20
|
|
gnu.org/make: '*'
|
|
|
|
test:
|
|
air -v
|
|
|