mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
19 lines
391 B
YAML
19 lines
391 B
YAML
|
distributable:
|
||
|
url: https://github.com/kkos/oniguruma/releases/download/v{{version}}/onig-{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: kkos/oniguruma
|
||
|
strip: /[rR]elease /
|
||
|
|
||
|
provides:
|
||
|
- bin/onig-config
|
||
|
|
||
|
build:
|
||
|
script: |
|
||
|
./configure --disable-dependency-tracking --prefix={{prefix}}
|
||
|
make install
|
||
|
|
||
|
test:
|
||
|
script: test "$(onig-config --version)" = "{{version}}"
|