New package: fenrir-1.9.8

Closes: #44417 [via git-merge-pr]
This commit is contained in:
Michael Taboada 2021-02-06 20:22:15 -08:00 committed by Duncaen
parent da1d92f790
commit ba2c4bf44a
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec fenrir ${OPTS}

19
srcpkgs/fenrir/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'fenrir'
pkgname=fenrir
version=1.9.8
revision=1
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-evdev python3-daemonize python3-dbus python3-pyudev
python3-pexpect python3-pyte python3-xdg"
checkdepends="python3-pip ${depends}"
short_desc="User space console screen reader written in python3"
maintainer="Michael Taboada <voidpkgs@forwardme.email>"
license="LGPL-3.0-only"
homepage="https://github.com/chrys87/fenrir"
distfiles="https://github.com/chrys87/fenrir/archive/refs/tags/${version}.tar.gz"
checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
post_install() {
vsv fenrir
}