fix(graphviz)

linux+.la files only; darwin still needs help
This commit is contained in:
Jacob Heider 2024-04-17 20:02:06 -04:00
parent 3a5870c384
commit 9bbc0ae096
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -1,6 +1,6 @@
distributable:
url: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/{{ version }}/graphviz-{{ version }}.tar.gz
strip-components: 1
url: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/{{ version }}/graphviz-{{ version }}.tar.gz
strip-components: 1
versions:
gitlab: graphviz/graphviz/tags
@ -20,9 +20,11 @@ dependencies:
build:
dependencies:
freedesktop.org/pkg-config: '>=0.20<1'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
- run: rm *.la
working-directory: ${{prefix}}/lib
env:
ARGS:
- --prefix={{prefix}}