mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
new file: projects/github.com/dloebl/cgif/package.yml
This commit is contained in:
parent
c7ddf19347
commit
a410388b55
1 changed files with 31 additions and 0 deletions
31
projects/github.com/dloebl/cgif/package.yml
Normal file
31
projects/github.com/dloebl/cgif/package.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
distributable:
|
||||
url: https://github.com/dloebl/cgif/archive/refs/tags/V{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: dloebl/cgif
|
||||
strip: /^V/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
script: |
|
||||
mkdir -p build
|
||||
cd build
|
||||
meson $ARGS
|
||||
ninja -v
|
||||
ninja install -v
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- ..
|
||||
- -Dtests=false
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script:
|
||||
pkg-config --modversion cgif | grep {{version}}
|
Loading…
Reference in a new issue