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