* 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
This commit is contained in:
Vladimirs Nordholm 2023-03-25 01:09:00 +01:00 committed by GitHub
parent d8a3e7c646
commit a0ac2ba694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,25 @@
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 }}