17 lines
488 B
Bash
17 lines
488 B
Bash
# 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
|
|
}
|