graphics/mangohud: Fix github tarball handling.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-04-11 22:12:19 +12:00 committed by Willy Sudiarto Raharjo
parent c1af7b6776
commit ad4940636b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf MangoHud-$VERSION
rm -rf MangoHud-$RLSVRS
tar xvf $CWD/$PRGNAM-$RLSVRS.tar.?z
tar xvf $CWD/MangoHud-$RLSVRS.tar.?z
cd MangoHud-$RLSVRS/subprojects
tar xvf $CWD/imgui-1.81.tar.gz
unzip $CWD/imgui_1.81-1_patch.zip

View file

@ -1,7 +1,7 @@
PRGNAM="mangohud"
VERSION="0.6.6_1"
HOMEPAGE="https://github.com/flightlessmango/MangoHud"
DOWNLOAD="https://github.com/flightlessmango/MangoHud/archive/v0.6.6-1/mangohud-0.6.6-1.tar.gz \
DOWNLOAD="https://github.com/flightlessmango/MangoHud/archive/v0.6.6-1/MangoHud-0.6.6-1.tar.gz \
https://github.com/ocornut/imgui/archive/v1.81/imgui-1.81.tar.gz \
https://github.com/gabime/spdlog/archive/v1.8.5/spdlog-1.8.5.tar.gz"
MD5SUM="a7949eea27f27acbc93a70416747c295 \