pantry/projects/direnv.net/package.yml

20 lines
362 B
YAML
Raw Normal View History

2023-03-24 18:50:41 +03:00
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 }}"