New package: tqsl-2.6.5

This commit is contained in:
classabbyamp 2022-12-24 00:07:03 -05:00 committed by classabbyamp
parent de0011f65d
commit b68b609992
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,8 @@
--- a/apps/tqsl.desktop
+++ b/apps/tqsl.desktop
@@ -7,4 +7,4 @@
Terminal=false
Type=Application
Categories=Application;HamRadio;Utility;
-Icon=TrustedQSL.png
+Icon=TrustedQSL

20
srcpkgs/tqsl/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'tqsl'
pkgname=tqsl
version=2.6.5
revision=1
build_style=cmake
build_helper=cmake-wxWidgets-gtk3
hostmakedepends="wxWidgets-gtk3-devel"
makedepends="openssl-devel lmdb-devel expat-devel zlib-devel libcurl-devel
wxWidgets-gtk3-devel"
short_desc="QSO log signing data for the ARRL Logbook of The World (LoTW)"
maintainer="classabbyamp <void@placeviolette.net>"
license="custom:ARRL"
homepage="https://www.arrl.org/tqsl-download"
distfiles="https://www.arrl.org/tqsl/tqsl-${version}.tar.gz"
checksum=5063cca759806ab1d6b8b6d9bb6c16a6380275ff192a3d0cc24aa9df6539ffcc
post_install() {
vlicense LICENSE.txt
vinstall apps/tqsl.desktop 644 usr/share/applications
}