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