wok diff ttf-mgopen/receipt @ rev 25805
created recipe for xfce4-weather-plugin
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 15:24:31 2024 +0100 (2 weeks ago) |
parents | df63c4ce07f8 |
children |
line diff
1.1 --- a/ttf-mgopen/receipt Fri Sep 02 16:30:36 2022 +0000 1.2 +++ b/ttf-mgopen/receipt Wed Nov 13 15:24:31 2024 +0100 1.3 @@ -11,6 +11,13 @@ 1.4 WGET_URL="http://ftp.dei.uc.pt/pub/linux/gentoo/distfiles/79/mgopen-$VERSION.tar.gz" 1.5 TAGS="font ttf" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ 1.11 + sed '/mgopen-/!d;s|.*mgopen-||;s|.tar.*||' 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {