[arch-commits] Commit in speakup-utils/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:01:21 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:01:20
  Author: felixonmars
Revision: 659506

archrelease: copy trunk to community-staging-any

Added:
  speakup-utils/repos/community-staging-any/
  speakup-utils/repos/community-staging-any/PKGBUILD
    (from rev 659504, speakup-utils/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: speakup-utils/repos/community-staging-any/PKGBUILD (from rev 659504, speakup-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:01:20 UTC (rev 659506)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+
+_name=speakup
+pkgname=speakup-utils
+pkgver=3.1.6
+pkgrel=6
+pkgdesc='Tiny utilities for controlling the Speakup screenreader'
+arch=('any')
+url="http://linux-speakup.org/"
+depends=('sh')
+license=('GPL2')
+source=("ftp://linux-speakup.org/pub/${_name}/${_name}-${pkgver}.tar.bz2")
+sha512sums=('d591cddb8bf2e331463d556b19fbce0109a2b353a27aa90b130903ec431630fe7ed65e07cc76a6f42f2960791dc7993bce5d5e0c2d855a8ef1935afc4cdd967d')
+
+package() {
+  cd "${_name}-$pkgver"
+  install -vDm 755 tools/{speakupconf,talkwith} -t "${pkgdir}/usr/bin/"
+  install -vDm 644 man/{speakupconf,talkwith}.1 \
+    -t "${pkgdir}/usr/share/man/man1/"
+  install -vDm 644 tools/README -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list