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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 25 18:56:06 UTC 2016


    Date: Sunday, December 25, 2016 @ 18:56:05
  Author: bpiotrowski
Revision: 202308

archrelease: copy trunk to community-staging-any

Added:
  speedtest-cli/repos/community-staging-any/
  speedtest-cli/repos/community-staging-any/PKGBUILD
    (from rev 202306, speedtest-cli/trunk/PKGBUILD)

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

Copied: speedtest-cli/repos/community-staging-any/PKGBUILD (from rev 202306, speedtest-cli/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-25 18:56:05 UTC (rev 202308)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: William Grieshaber <me at zee.li>
+# Contributor: Victor Aurélio <victoraur dot santos at gmail dot com>
+
+pkgname=speedtest-cli
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Command line interface for testing internet bandwidth using speedtest.net'
+url='https://github.com/sivel/speedtest-cli'
+arch=('any')
+license=('Apache')
+depends=('python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
+sha512sums=('f6e78945f47779dfdadc0328468f3fb20999a011da3c832cca58a4703c083f9d73ea3bd06bc85aba5cce5b63db70a6d3b496ef1037ca377e7699a6cd1e42ed24')
+
+package(){
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list