wok diff file-tail/receipt @ rev 25483

created recipe for py3k-six
author Hans-G?nter Theisgen
date Mon Oct 17 07:54:33 2022 +0100 (20 months ago)
parents a0dccc5d133d
children
line diff
     1.1 --- a/file-tail/receipt	Fri Nov 08 10:47:52 2019 +0100
     1.2 +++ b/file-tail/receipt	Mon Oct 17 07:54:33 2022 +0100
     1.3 @@ -15,6 +15,13 @@
     1.4  DEPENDS="ruby spruz"
     1.5  BUILD_DEPENDS="$DEPENDS ruby-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.11 +	sed '/\/versions\//!d;s|.*versions/||;s|["/].*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {