c5d32af327
Closes #13466. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
17 lines
609 B
Bash
17 lines
609 B
Bash
# Template file for 'focuswriter'
|
|
pkgname=focuswriter
|
|
version=1.6.12
|
|
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"
|
|
homepage="https://gottcode.org/focuswriter/"
|
|
distfiles="https://github.com/gottcode/focuswriter/archive/v${version}.tar.gz"
|
|
checksum=c71f0a77ca031835ced8f6bd0b876d775f9fda30d60c7193b955499c53b16b55
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-multimedia-devel"
|
|
fi
|