wok diff libtermkey/receipt @ rev 25556

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 months ago)
parents beeeb88edf2a
children
line diff
     1.1 --- a/libtermkey/receipt	Fri Feb 24 17:12:54 2023 +0100
     1.2 +++ b/libtermkey/receipt	Sat Apr 22 14:54:15 2023 +0100
     1.3 @@ -13,6 +13,13 @@
     1.4  
     1.5  BUILD_DEPENDS="libtool unibilium-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - $WEB_SITE/libtermkey 2>/dev/null | \
    1.11 +	sed '/tar.gz/!d;s|.*key-||;s|.tar.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {