mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Re2c.org (#1624)
* 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>
This commit is contained in:
parent
f3c17d61a5
commit
65ac0d11c6
1 changed files with 28 additions and 0 deletions
28
projects/re2c.org/package.yml
Normal file
28
projects/re2c.org/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
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}}
|
Loading…
Reference in a new issue