pantry/projects/github.com/postmodern/chruby/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

17 lines
336 B
YAML

distributable:
url: https://github.com/postmodern/chruby/releases/download/v{{version}}/chruby-{{version}}.tar.gz
strip-components: 1
versions:
github: postmodern/chruby
build:
dependencies:
script:
make --jobs {{ hw.concurrency }} install
provides:
- bin/chruby-exec
test:
chruby-exec --version | grep {{version}}