mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
31 lines
640 B
YAML
31 lines
640 B
YAML
|
distributable:
|
||
|
url: http://dev-www.libreoffice.org/src/cppunit-{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
url: https://dev-www.libreoffice.org/src/cppunit/
|
||
|
match: /cppunit-\d+\.\d+\.\d+.tar.gz/
|
||
|
strip:
|
||
|
- /^cppunit-/
|
||
|
- /\.tar\.gz$/
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
script: |
|
||
|
./configure $ARGS
|
||
|
make --jobs {{ hw.concurrency }} install
|
||
|
env:
|
||
|
ARGS:
|
||
|
- --prefix="{{prefix}}"
|
||
|
linux/aarch64:
|
||
|
ARGS:
|
||
|
- --build=aarch64-unknown-linux-gnu
|
||
|
|
||
|
provides:
|
||
|
- bin/cppunit-config
|
||
|
- bin/DllPlugInTester
|
||
|
|
||
|
test:
|
||
|
cppunit-config --version | grep {{version}}
|