20 lines
669 B
Bash
20 lines
669 B
Bash
# Template file for 'fenrir'
|
|
pkgname=fenrir
|
|
version=1.9.8
|
|
revision=2
|
|
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
|
|
}
|