void-packages/srcpkgs/rssguard/template
2021-09-11 00:09:39 +02:00

20 lines
779 B
Bash

# Template file for 'rssguard'
pkgname=rssguard
version=4.0.2
revision=1
build_style=qmake
configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
hostmakedepends="qt5-qmake qt5-host-tools"
makedepends="qt5-tools-devel kdeclarative-devel qt5-multimedia-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=670609a31f4d2aa2f70c51edaa568920a9e04f96d273fa1fb3303feae26f94cb
post_install() {
# Install rssguard icon manually
vinstall resources/graphics/rssguard.png 644 usr/share/pixmaps
}