parent
da1d92f790
commit
ba2c4bf44a
4
srcpkgs/fenrir/files/fenrir/run
Normal file
4
srcpkgs/fenrir/files/fenrir/run
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -r conf ] && . ./conf
|
||||
exec fenrir ${OPTS}
|
19
srcpkgs/fenrir/template
Normal file
19
srcpkgs/fenrir/template
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user