installing direwolf fixes

This commit is contained in:
David Young
2026-03-26 13:17:15 -06:00
parent f7569179bf
commit eb69f1876c
7 changed files with 564 additions and 14 deletions

39
binaries.conf Normal file
View File

@@ -0,0 +1,39 @@
# binaries.conf - Pre-built binaries to download and install
#
# Fields:
# version= - version string for update checking
# url= - direct download URL for the binary
# install= - destination path (e.g. $HOME/.local/bin/appname)
# exec= - command for the .desktop Exec= field (defaults to install path if omitted)
# gui=true - set if a .desktop file should be generated. No .desktop file is created if false
# comment= - description for the .desktop file
# icon= - icon theme name (e.g. wsjtx) or path to icon file (e.g. $HOME/.local/share/HamPack/icons/wsjtx.png)
# categories= - desktop categories (default: HamRadio;)
#
# Example:
# [wsjtx]
# version=2.7.0
# url=https://example.com/wsjtx-2.7.0-x86_64.AppImage
# install=$HOME/.local/bin/wsjtx
# gui=true
# comment=Weak signal digital modes for amateur radio
# exec=$HOME/.local/bin/wsjtx
# icon=wsjtx
# categories=HamRadio;
[ardop]
version=1.0.4.1.3
url=https://github.com/pflarue/ardop/releases/download/1.0.4.1.3/ardopcf_amd64_Linux_64
install=$HOME/.local/bin/ardopcf_amd64_Linux_64
gui=false
[paracon]
version=1.30
url=https://github.com/mfncooper/paracon/releases/download/v1.3.0/paracon_1.3.0.pyz
install=$HOME/.local/bin/paracon_1.3.0.pyz
gui=true
comment=Weak signal digital modes for amateur radio
exec=python $HOME/.local/bin/paracon_1.3.0.pyz
icon=$HOME/.local/share/HamPack/desktop/icons/paracon.png
categories=HamRadio;