wok diff eaccelerator/receipt @ rev 24083

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 11:40:16 2021 +0000 (2021-07-10)
parents 9e01bc6321ea
children 9bbac86a37f7
line diff
     1.1 --- a/eaccelerator/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/eaccelerator/receipt	Sat Jul 10 11:40:16 2021 +0000
     1.3 @@ -14,6 +14,12 @@
     1.4  DEPENDS="php m4"
     1.5  BUILD_DEPENDS="php-dev sed coreutils-conditions"	# gawk re2c
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://github.com/eaccelerator/eaccelerator/releases 2>/dev/null | \
    1.10 +	sed '/refs.tags/!d;/-rc/d;/tar.gz/!d;s|.*refs.tags.v*\(.*\).tar.*|\1|;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {