mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
parent
1836f0d673
commit
2d34b06cb4
2 changed files with 11 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec 2>&1
|
||||
[ -r conf ] && . ./conf
|
||||
exec fenrir ${OPTS}
|
||||
exec fenrir -f ${OPTS}
|
||||
|
|
|
@ -1,19 +1,22 @@
|
|||
# Template file for 'fenrir'
|
||||
pkgname=fenrir
|
||||
version=1.9.8
|
||||
revision=3
|
||||
version=2025.04.14
|
||||
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"
|
||||
python3-pexpect python3-pyte python3-setuptools python3-pyperclip
|
||||
python3-rapidfuzz python3-enchant"
|
||||
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
|
||||
homepage="https://git.stormux.org/storm/fenrir"
|
||||
distfiles="https://git.stormux.org/storm/fenrir/archive/${version}.tar.gz"
|
||||
checksum=1dba05b02708b5edbf2b5e21fdeea93862bdd23ac4f15d2c377aa7f9d7204646
|
||||
conf_files="/etc/fenrirscreenreader/settings/*.conf"
|
||||
|
||||
post_install() {
|
||||
vsv fenrir
|
||||
vcopy config/settings/settings.conf etc/fenrirscreenreader/settings/settings.conf
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue