25 lines
1.0 KiB
Bash
25 lines
1.0 KiB
Bash
# Template file for 'plover'
|
|
pkgname=plover
|
|
reverts="4.0.0.dev12_1"
|
|
version=4.0.0rc1
|
|
revision=2
|
|
build_style=python3-module
|
|
# https://github.com/openstenoproject/plover/discussions/1587
|
|
make_check_args="-k not(test_readonly_readonly_file)"
|
|
hostmakedepends="python3-PyQt5-devel-tools python3-setuptools python3-wheel
|
|
python3-Babel"
|
|
depends="python3-PyQt5 python3-appdirs python3-xlib python3-wcwidth
|
|
python3-rtf_tokenize python3-pyserial python3-plover_stroke"
|
|
checkdepends="${depends} python3-pytest python3-pytest-qt"
|
|
short_desc="Open source stenotype engine"
|
|
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.openstenoproject.org/plover/"
|
|
changelog="https://github.com/openstenoproject/plover/raw/main/NEWS.md"
|
|
distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
|
|
checksum=2cfe2eda6850286ff3f2c1ba4632e0113a4036eab8e49e4072a2686668f1c411
|
|
|
|
post_install() {
|
|
vinstall linux/plover.desktop 644 usr/share/applications
|
|
}
|