pantry/projects/github.com/nemtrif/utfcpp/package.yml

47 lines
1,010 B
YAML
Raw Normal View History

distributable:
url: https://github.com/nemtrif/utfcpp/archive/v{{version}}.tar.gz
strip-components: 1
display-name: utf8cpp
versions:
github: nemtrif/utfcpp
build:
dependencies:
tea.xyz/gx/make: '*'
cmake.org: '*'
darwin:
gnu.org/gcc: '*'
linux:
tea.xyz/gx/cc: c99
working-directory: build
script:
- cmake .. $ARGS
- make --jobs {{ hw.concurrency }} install
env:
ARGS:
- -DUTF8_INSTALL:BOOL=ON
- -DUTF8_SAMPLES:BOOL=OFF
- -DUTF8_TESTS:BOOL=OFF
- -DCMAKE_INSTALL_PREFIX={{prefix}}
- -DCMAKE_INSTALL_LIBDIR=lib
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_FIND_FRAMEWORK=LAST
- -DCMAKE_VERBOSE_MAKEFILE=ON
- -Wno-dev
- -DBUILD_TESTING=OFF
test:
dependencies:
cmake.org: '*'
tea.xyz/gx/make: '*'
darwin:
gnu.org/gcc: '*'
linux:
tea.xyz/gx/cc: c99
script:
- cmake . -DCMAKE_PREFIX_PATH:STRING="test" -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
- make
- ./utf8_append