[arch-commits] Commit in termdown/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 17:51:35 UTC 2020
Date: Thursday, November 12, 2020 @ 17:51:34
Author: foutrelis
Revision: 752850
archrelease: copy trunk to community-staging-any
Added:
termdown/repos/community-staging-any/
termdown/repos/community-staging-any/PKGBUILD
(from rev 752849, termdown/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: termdown/repos/community-staging-any/PKGBUILD (from rev 752849, termdown/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 17:51:34 UTC (rev 752850)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=termdown
+pkgver=1.17.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'
+ 'espeak-ng-espeak: for spoken countdown')
+source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz")
+sha256sums=('0ad7b7ec41b0a112ef3aa1fd429bace570fb838c10a079cc2198b9aa22c6d521')
+
+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