mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
65ac0d11c6
* new file: projects/re2c.org/package.yml * modified: projects/re2c.org/package.yml * fix url & test script * fix test and tweaks --------- Co-authored-by: Max Howell <mxcl@me.com>
29 lines
545 B
YAML
29 lines
545 B
YAML
distributable:
|
|
url: https://github.com/skvadrik/re2c/releases/download/{{ version.raw }}/re2c-{{ version.raw }}.tar.xz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: skvadrik/re2c
|
|
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
freedesktop.org/pkg-config: '*'
|
|
script: |
|
|
./configure $ARGS
|
|
make --jobs {{ hw.concurrency }} install
|
|
env:
|
|
ARGS:
|
|
- --prefix="{{prefix}}"
|
|
|
|
provides:
|
|
- bin/re2c
|
|
- man/man1/re2c.1
|
|
|
|
test:
|
|
re2c --version | grep {{version.marketing}}
|