New package: qlog-0.37.2

This commit is contained in:
classabbyamp 2024-08-20 08:33:37 -04:00 committed by classabbyamp
parent 690d659ac6
commit 508ca2ae90
1 changed files with 27 additions and 0 deletions

27
srcpkgs/qlog/template Normal file
View File

@ -0,0 +1,27 @@
# Template file for 'qlog'
pkgname=qlog
version=0.37.2
revision=1
build_style=qmake
build_helper=qmake6
hostmakedepends="qt6-base"
makedepends="qt6-base-devel qt6-charts-devel qt6-serialport-devel qt6-declarative-devel
qt6-websockets-devel qt6-webengine-devel hamlib-devel openssl-devel qtkeychain-qt6-devel"
short_desc="Amateur radio logbook software"
maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-3.0-only"
homepage="https://github.com/foldynl/QLog"
changelog="https://raw.githubusercontent.com/foldynl/QLog/master/Changelog"
distfiles="https://github.com/foldynl/QLog/archive/refs/tags/v${version}.tar.gz
https://github.com/foldynl/QLog-Flags/archive/refs/tags/v${version}.tar.gz>flags-${version}.tar.gz"
checksum="da3e123ffcdaf9c9fce90113e2e0ba2019748a6bb28157b3475c2f26795acf04
c6d2ffd33bc3b1436f067b3cbf389c0979c0601c2dd066da2681480f957d021d"
skip_extraction="flags-${version}.tar.gz"
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
broken="Qt6 WebEngine"
fi
post_extract() {
vsrcextract -C res/flags "flags-${version}.tar.gz"
}