mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
bf25647a0b
commit
5c892d626c
|
@ -1,10 +1,10 @@
|
|||
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
|
||||
|
||||
versions:
|
||||
github: dloebl/cgif
|
||||
strip: /^V/
|
||||
strip: /^[Vv]/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
@ -25,5 +25,4 @@ build:
|
|||
test:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script:
|
||||
pkg-config --modversion cgif | grep {{version}}
|
||||
script: pkg-config --modversion cgif | grep {{version}}
|
||||
|
|
Loading…
Reference in a new issue