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