pantry/projects/direnv.net/package.yml
Jacob Heider 48ad65acfe
fix(direnv)
closes #4256
2023-11-29 13:03:28 -05:00

20 lines
403 B
YAML

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
script: make install PREFIX="{{ prefix }}" $EXTRA_ARGS
env:
linux:
EXTRA_ARGS: GO_LDFLAGS=-buildmode=pie
test: test "$(direnv --version)" = "{{ version }}"