vp-build/srcpkgs/qownnotes/template

19 lines
724 B
Bash

# Template file for 'qownnotes'
pkgname=qownnotes
version=18.11.0
revision=1
build_style=qmake
hostmakedepends="qt5-qmake"
makedepends="qt5-declarative-devel qt5-svg-devel qt5-xmlpatterns-devel"
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=e9cdd16715ce557f87a9148a78534d6766e9552fa4136387de0747bb81190379
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-declarative-devel qt5-svg-devel qt5-xmlpatterns-devel"
fi