void-packages/srcpkgs/rssguard/template
2020-12-05 17:16:32 -03:00

24 lines
803 B
Bash

# Template file for 'rssguard'
pkgname=rssguard
version=3.8.3
revision=1
build_style=qmake
configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
makedepends="qt5-tools-devel kdeclarative-devel"
depends="desktop-file-utils qt5-plugin-sqlite"
short_desc="Simple (yet powerful) Qt5 feed reader"
maintainer="mobinmob <mobinmob@disroot.org>"
license="GPL-3.0-only"
homepage="https://github.com/martinrotter/rssguard"
distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz"
checksum=27ad2eff79e111fa916bb5bd896393d88caf14b7c1920ce8bfc6f0801c10adc7
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-tools-devel kdeclarative-devel"
fi
post_install() {
# Install rssguard icon manually
vinstall resources/graphics/rssguard.png 644 usr/share/pixmaps
}