pantry/projects/tldr.sh/package.yml
Vladimirs Nordholm a0ac2ba694
+tldr.sh (#851)
* feat: add +tldr.sh

* test fix prefix

* add curl as build dep

* update test

hopefully it will work

* show output, test

* ensure compiler flags are send on linux

* bash script quoting, still not working properly

* make curl runtime dep
2023-03-24 20:09:00 -04:00

26 lines
559 B
YAML

distributable:
url: https://github.com/tldr-pages/tldr-c-client/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: tldr-pages/tldr-c-client/releases/tags
dependencies:
libzip.org: ^1.9.2
curl.se: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
make PREFIX="{{prefix}}" CFLAGS="-ggdb -O0 -ftrapv $CFLAGS" CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" --jobs {{ hw.concurrency }} install
provides:
- bin/tldr
test: |
tldr --version
tldr ls
tldr --version | grep {{ version }}