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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 08:11:12 UTC 2019


    Date: Monday, November 4, 2019 @ 08:11:11
  Author: felixonmars
Revision: 523615

archrelease: copy trunk to community-staging-any

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

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

Copied: termdown/repos/community-staging-any/PKGBUILD (from rev 523614, termdown/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 08:11:11 UTC (rev 523615)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=termdown
+pkgver=1.16.0
+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=('a7984062f768d51bc3dee3f7cc11ef8b06368b96a151ad764a45b28b9b96e0ed204a21cb8b8d04c7ab2a234ce6b840ebfb919ac19a2e60ab31ac74f8586fcc59')
+
+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