void-packages/srcpkgs/focuswriter/template

18 lines
638 B
Bash

# Template file for 'focuswriter'
pkgname=focuswriter
version=1.6.9
revision=1
build_style=qmake
hostmakedepends="pkg-config qt5-qmake qt5-tools-devel"
makedepends="qt5-devel qt5-multimedia-devel hunspell-devel pulseaudio-devel"
short_desc="Simple, distraction-free word processor with a hide-away interface"
maintainer="Piraty <piraty1@inbox.ru>"
license="GPL-3"
homepage="https://gottcode.org/focuswriter/"
distfiles="https://github.com/gottcode/${pkgname}/archive/v${version}.tar.gz"
checksum=46e69cc3a5d3b2a3a9c8b89464f463c2f62b7652f3e0b508a8ef99e576f67b3a
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-multimedia-devel"
fi