New package: plover-4.0.0.dev12
This commit is contained in:
parent
6c16e2e520
commit
9bdb688587
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'plover'
|
||||
pkgname=plover
|
||||
version=4.0.0.dev12
|
||||
revision=1
|
||||
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/master/NEWS.md"
|
||||
distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
|
||||
checksum=4dddc00771b8d4d36361f92130df3dd7fc38cdd584f015247fbe5bbf5361ad1b
|
||||
|
||||
post_install() {
|
||||
vinstall linux/plover.desktop 644 usr/share/applications
|
||||
}
|
Loading…
Reference in New Issue