Skip to content

Commit

Permalink
Add periphery
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid authored and jhheider committed Nov 20, 2024
1 parent ccf8dd3 commit 998bb7f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions projects/github.com/peripheryapp/periphery/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
distributable:
url: https://github.com/peripheryapp/periphery/archive/refs/tags/{{version}}.tar.gz
strip-components: 1

versions:
github: peripheryapp/periphery/tags

platforms:
- darwin

build:
script: |
make build_release
mkdir -p {{prefix}}/bin
mv $(make show_bin_path) {{prefix}}/bin
provides:
- bin/periphery

test:
script:
test "$(periphery version)" = {{version}}

0 comments on commit 998bb7f

Please sign in to comment.