24 lines
719 B
Bash
24 lines
719 B
Bash
|
# 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
|
||
|
}
|