void-packages/srcpkgs/focuswriter/template

18 lines
638 B
Bash

# Template file for 'focuswriter'
pkgname=focuswriter
version=1.6.8
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=0afef6b2d5476c00afd80d2daa6a12ad0424a68612b081a9690ad8d02e9349d2
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-multimedia-devel"
fi