mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
fix(uchardet)
This commit is contained in:
parent
c3f3130c2b
commit
fd92a527cd
1 changed files with 9 additions and 5 deletions
|
@ -12,9 +12,14 @@ versions:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
cmake.org: '*'
|
cmake.org: '*'
|
||||||
script: |
|
script:
|
||||||
cmake $ARGS
|
- cmake $ARGS
|
||||||
make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
- run: |
|
||||||
|
mv uchardet/* .
|
||||||
|
rmdir uchardet
|
||||||
|
ln -s . uchardet
|
||||||
|
working-directory: ${{prefix}}/include
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
||||||
|
@ -23,5 +28,4 @@ build:
|
||||||
provides:
|
provides:
|
||||||
- bin/uchardet
|
- bin/uchardet
|
||||||
|
|
||||||
test:
|
test: uchardet --version | grep {{version}}
|
||||||
uchardet --version | grep {{version}}
|
|
||||||
|
|
Loading…
Reference in a new issue