void-packages/srcpkgs/qownnotes/template
2019-02-05 00:39:13 -02:00

21 lines
796 B
Bash

# Template file for 'qownnotes'
pkgname=qownnotes
version=19.2.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=b1c1a54ddd879a079ddffa66f76d965b255df9a80556348d08966fd7be65c058
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-declarative-devel qt5-svg-devel qt5-xmlpatterns-devel
qt5-websockets-devel"
fi