app-accessibility/speakup-tools: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-07-06 02:53:50 +05:00
parent 0903023cf4
commit 9b7665c4e6
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST speakup-tools-c4e89ab30116fbe22cb9fed4e22f4340fdbcfc4d.tar.gz 10830 BLAKE2B fe76362ecf7a14f2876128a340a5dcc5557503aad8ab03ee6174d8c73ca33b50079ec6932c8ee5eb577c5cdcb54aafb94a864cc5690d29e9e4dd4fca1c7e23e9 SHA512 e354b6db7aed703044931536f58fbb11fd6068d0a4795ae13041fdba14d83b71cbe4dabc002e3fbed38d96a1ae379926b6a0e8ce04f78defb30f35533ce0acf0

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<longdescription>
- speakupconf allows one to save and restore speakup's customizable variables.
- speakup_setlocale allows one to choose another language so that speakup's messages are localized.
- talkwith allows one to easily switch between speech synthesizers.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,23 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT="c4e89ab30116fbe22cb9fed4e22f4340fdbcfc4d"
DESCRIPTION="Tools to customize speakup module"
HOMEPAGE="https://salsa.debian.org/a11y-team/speakup-tools"
SRC_URI="https://salsa.debian.org/a11y-team/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() {
:
}
src_install() {
emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install
einstalldocs
}