mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
freedesktop.org/cppunit (#1840)
* new file: projects/freedesktop.org/cppunit/package.yml * modified: projects/freedesktop.org/cppunit/package.yml
This commit is contained in:
parent
84b2025457
commit
d9804ae957
1 changed files with 31 additions and 0 deletions
31
projects/freedesktop.org/cppunit/package.yml
Normal file
31
projects/freedesktop.org/cppunit/package.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
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}}
|
Loading…
Reference in a new issue