wok diff dosbox-mb/receipt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago) |
parents | eb5518b1b094 |
children |
line diff
1.1 --- a/dosbox-mb/receipt Tue Jun 16 20:15:47 2020 +0000 1.2 +++ b/dosbox-mb/receipt Wed Oct 23 16:19:52 2024 +0100 1.3 @@ -16,6 +16,13 @@ 1.4 BUILD_DEPENDS="xorg-libX11-dev libsdl-dev libsdl-net-dev freetype-dev \ 1.5 libpng libpng-dev libpcap libpcap-dev automake autoconf libtool" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://github.com/joncampbell123/dosbox-x/releases 2>/dev/null | \ 1.11 + sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {