ninja: extract update_* to external update file
This commit is contained in:
parent
421600c81f
commit
c5093e9675
|
@ -6,8 +6,6 @@ hostmakedepends="python asciidoc git"
|
||||||
short_desc="Small build system with a focus on speed"
|
short_desc="Small build system with a focus on speed"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
update_site="https://github.com/martine/ninja/tags"
|
|
||||||
update_pattern='archive/v\K[\d.]+(?=\.tar\.gz)'
|
|
||||||
homepage="http://martine.github.io/ninja/"
|
homepage="http://martine.github.io/ninja/"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://github.com/martine/ninja/tags"
|
||||||
|
pattern='archive/v\K[\d.]+(?=\.tar\.gz)'
|
Loading…
Reference in New Issue