mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
31 lines
668 B
YAML
31 lines
668 B
YAML
distributable:
|
|
url: https://ftp.gnu.org/gnu/src-highlite/source-highlight-{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
url: https://ftp.gnu.org/gnu/src-highlite/
|
|
match: /source-highlight-\d+\.\d+\.\d+.tar.gz/
|
|
strip:
|
|
- /source-highlight-/
|
|
- /.tar.gz/
|
|
|
|
provides:
|
|
- bin/check-regexp
|
|
- bin/source-highlight
|
|
- bin/source-highlight-settings
|
|
|
|
dependencies:
|
|
boost.org: '*'
|
|
|
|
build:
|
|
script: |
|
|
./configure $ARGS
|
|
make --jobs {{ hw.concurrency }} install
|
|
env:
|
|
ARGS:
|
|
- --prefix="{{prefix}}"
|
|
- --disable-dependency-tracking
|
|
- --with-boost={{deps.boost.org.prefix}}
|
|
|
|
test: source-highlight --version | grep {{version}}
|