void-packages/srcpkgs/focuswriter/template

18 lines
620 B
Bash

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