New package: espeakup-0.80

This commit is contained in:
@equalsraf 2017-04-30 18:38:58 +01:00 committed by Toyam Cox
parent 81bcc70bcd
commit e32fee2e4b
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec logger -p daemon.debug -t espeakup

View 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
View 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
}