New package: espeakup-0.80
This commit is contained in:
parent
81bcc70bcd
commit
e32fee2e4b
3 changed files with 23 additions and 0 deletions
2
srcpkgs/espeakup/files/espeakup/log/run
Executable file
2
srcpkgs/espeakup/files/espeakup/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec logger -p daemon.debug -t espeakup
|
5
srcpkgs/espeakup/files/espeakup/run
Normal file
5
srcpkgs/espeakup/files/espeakup/run
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
[ -r conf ] && . ./conf
|
||||
modprobe speakup_soft start=1 || exit 1
|
||||
exec espeakup -d ${OPTS}
|
16
srcpkgs/espeakup/template
Normal file
16
srcpkgs/espeakup/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'espeakup'
|
||||
pkgname=espeakup
|
||||
version=0.80
|
||||
revision=1
|
||||
short_desc="A lightweight connector for espeak and speakup"
|
||||
maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/williamh/espeakup"
|
||||
distfiles="https://github.com/williamh/espeakup/archive/v${version}.tar.gz"
|
||||
makedepends="libespeak-devel"
|
||||
checksum="4de284e30b6bdb0f9dee9c8ea02d13a3d20a61415b812338446b8b381e997ef4"
|
||||
build_style="gnu-makefile"
|
||||
|
||||
post_install() {
|
||||
vsv espeakup
|
||||
}
|
Loading…
Reference in a new issue