[arch-commits] Commit in termdown/repos (community-any community-any/PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Thu Dec 27 04:40:40 UTC 2018


    Date: Thursday, December 27, 2018 @ 04:40:40
  Author: polyzen
Revision: 418220

archrelease: copy trunk to community-any

Added:
  termdown/repos/community-any/
  termdown/repos/community-any/PKGBUILD
    (from rev 418219, termdown/trunk/PKGBUILD)

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

Copied: termdown/repos/community-any/PKGBUILD (from rev 418219, termdown/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-12-27 04:40:40 UTC (rev 418220)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=termdown
+pkgver=1.14.1
+pkgrel=2
+pkgdesc='Countdown timer and stopwatch in your terminal'
+arch=('any')
+url=https://github.com/trehn/termdown
+license=('GPL3')
+depends=('python-click' 'python-dateutil' 'python-pyfiglet' 'python-setuptools')
+optdepends=('espeak: for spoken countdown')
+source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz")
+sha512sums=('89bcbbc17beae61ebe4e42888fd3daf1ce542351fac63d6d3bc6a8534b1c2963477249075fa26fec352bb6a489998298b51b40cd4e11398dd4e9c41069e857af')
+
+build() {
+  cd termdown-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd termdown-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list