mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
27 lines
457 B
YAML
27 lines
457 B
YAML
|
isplay-name: chainguard-dev/apko
|
||
|
distributable:
|
||
|
url: git+https://github.com/chainguard-dev/apko
|
||
|
ref: v{{version}}
|
||
|
|
||
|
versions:
|
||
|
github: chainguard-dev/apko
|
||
|
strip:
|
||
|
- /^v/
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
git-scm.org: '*'
|
||
|
go.dev: '^1.21'
|
||
|
cmake.org: '^3'
|
||
|
env:
|
||
|
DESTDIR: "{{ prefix }}/"
|
||
|
BINDIR: "bin"
|
||
|
script:
|
||
|
- make apko
|
||
|
- make install
|
||
|
|
||
|
provides:
|
||
|
- bin/apko
|
||
|
|
||
|
test: test "$(apko version|grep GitVersion|cut -d'v' -f2)" = {{version}}
|