blob: 92703729bd7819c68c7a179bdf09b25c378b9d57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="Fullscreen and distraction-free word processor"
HOMEPAGE="https://gottcode.org/focuswriter/
https://github.com/gottcode/focuswriter"
SRC_URI="https://gottcode.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-3+ LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~riscv x86"
BDEPEND="
dev-qt/qttools:6[linguist]
virtual/pkgconfig
"
RDEPEND="
app-text/hunspell:=
dev-qt/qtbase:6[concurrent,gui,widgets]
dev-qt/qtmultimedia:6
sys-libs/zlib
"
DEPEND="${RDEPEND}"
|