18 lines
617 B
Bash
18 lines
617 B
Bash
# Template file for 'focuswriter'
|
|
pkgname=focuswriter
|
|
version=1.6.16
|
|
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="Orphaned <orphan@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gottcode.org/focuswriter/"
|
|
distfiles="https://github.com/gottcode/focuswriter/archive/v${version}.tar.gz"
|
|
checksum=a413363c8de76bfb112450ef30fec5b7b13ab78d565eba0eb8344536a9738396
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-multimedia-devel"
|
|
fi
|