mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
bf25647a0b
commit
5c892d626c
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/dloebl/cgif/archive/refs/tags/V{{version}}.tar.gz
|
url: https://github.com/dloebl/cgif/archive/refs/tags/{{version.tag}}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: dloebl/cgif
|
github: dloebl/cgif
|
||||||
strip: /^V/
|
strip: /^[Vv]/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -25,5 +25,4 @@ build:
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
freedesktop.org/pkg-config: '*'
|
freedesktop.org/pkg-config: '*'
|
||||||
script:
|
script: pkg-config --modversion cgif | grep {{version}}
|
||||||
pkg-config --modversion cgif | grep {{version}}
|
|
||||||
|
|
Loading…
Reference in a new issue