void-packages/srcpkgs/qownnotes/template
travankor 77e1ce72d3 qownnotes: update to 19.8.0
Ignore some updates to avoid flooding update-check and needless rebuilds.
2019-08-19 19:08:59 +00:00

21 lines
796 B
Bash

# Template file for 'qownnotes'
pkgname=qownnotes
version=19.8.0
revision=1
build_style=qmake
hostmakedepends="qt5-qmake"
makedepends="qt5-declarative-devel qt5-svg-devel qt5-xmlpatterns-devel
qt5-websockets-devel"
depends="qt5-plugin-sqlite"
short_desc="Plain-text file notepad and todo-list manager with markdown support"
maintainer="travankor <travankor@tuta.io>"
license="GPL-2.0-only"
homepage="https://www.qownnotes.org"
changelog="https://www.qownnotes.org/changelog/QOwnNotes"
distfiles="https://download.tuxfamily.org/${pkgname}/src/${pkgname}-${version}.tar.xz"
checksum=c3623ab29279b2e35026737926f4a5f04af0368290c51420b1d180eb6955950c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-declarative-devel qt5-svg-devel qt5-xmlpatterns-devel
qt5-websockets-devel"
fi