18 lines
620 B
Bash
18 lines
620 B
Bash
# Template file for 'focuswriter'
|
|
pkgname=focuswriter
|
|
version=1.6.15
|
|
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=167be0b4e58b4015f74c50d5cc0362cd286fd21fb972d8f74de7c683ae5cb381
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-multimedia-devel"
|
|
fi
|