Skip to content

Commit

Permalink
Merge pull request #182 from louis77/development
Browse files Browse the repository at this point in the history
Runs and builds
  • Loading branch information
technosf authored Jan 5, 2025
2 parents 0202b9f + 5b08733 commit f751e68
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions io.github.louis77.tuner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,27 @@ cleanup:
- "*.a"

modules:
# - name: vala
# buildsystem: simple
# build-commands:
# - install -d /app/vala
- name: vala
buildsystem: simple
build-commands:
- install -d /app/vala

- name: vala-mod
buildsystem: meson
builddir: _build
modules:
- name: graphviz
buildsystem: autotools
config-opts:
- --prefix=/app
sources:
- type: archive
url: "https://gitlab.com/graphviz/graphviz/-/archive/10.0.1/graphviz-10.0.1.tar.gz"
sha256: "28f452ef1cb12288c8758a62f8c3fcfefdb91b251f7aae61d0d703f851bde931"
- name: valac
buildsystem: autotools
config-opts:
- --prefix=/app
cleanup:
- /share/info
- /share/man
Expand Down

0 comments on commit f751e68

Please sign in to comment.