40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
# 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;
|
|
|