New package: rssguard

This commit is contained in:
cr6git 2017-10-15 00:08:22 +02:00 committed by Toyam Cox
parent d1e819b847
commit b6332ec288
1 changed files with 23 additions and 0 deletions

23
srcpkgs/rssguard/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'rssguard'
pkgname=rssguard
version=3.5.0
revision=1
build_style=qmake
configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5"
makedepends="qt5-tools-devel"
depends="desktop-file-utils"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Simple (yet powerful) Qt5 feed reader"
homepage="https://github.com/martinrotter/rssguard"
license="GPL-3"
distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz"
checksum=b89c909fef98892641671fcd79b1374a3d6cfba4fb52e6e6a1e4250c10693d1b
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-tools-devel"
fi
post_install() {
# Install rssguard icon manually
vinstall resources/graphics/rssguard.png 644 usr/share/pixmaps
}