mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
+direnv
This commit is contained in:
parent
e812be9a7a
commit
c313f2683b
1 changed files with 19 additions and 0 deletions
19
projects/direnv.net/package.yml
Normal file
19
projects/direnv.net/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
distributable:
|
||||
url: https://github.com/direnv/direnv/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: direnv/direnv/releases/tags
|
||||
|
||||
provides:
|
||||
- bin/direnv
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
go.dev: ^1.18
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
make install PREFIX="{{ prefix }}"
|
||||
|
||||
test:
|
||||
test "$(direnv --version)" = "{{ version }}"
|
Loading…
Reference in a new issue