void-packages/srcpkgs/rssguard/template

22 lines
759 B
Bash

# Template file for 'rssguard'
pkgname=rssguard
version=4.7.0
revision=2
build_style=cmake
configure_args="-DNO_LITE=OFF"
hostmakedepends="qt6-base qt6-tools"
makedepends="qt6-base-private-devel qt6-declarative-devel qt6-multimedia-devel
qt6-qt5compat-devel mpv-devel"
depends="desktop-file-utils qt6-plugin-sqlite"
short_desc="Simple (yet powerful) Qt6 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=6355df0f0569d9421c115314dd421bb5268174772ecdea607c9bc6addb70d784
post_install() {
# Install rssguard icon manually
vinstall resources/graphics/rssguard.png 644 usr/share/pixmaps
}