Skip to content

Instantly share code, notes, and snippets.

@matt-h
Created July 8, 2013 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt-h/9dd8556d76c3ac9163be to your computer and use it in GitHub Desktop.
Save matt-h/9dd8556d76c3ac9163be to your computer and use it in GitHub Desktop.
speedtest-cli v20130528 PKGBUILD for Arch Linux
pkgname=speedtest-cli
pkgver=20130528
pkgrel=1
pkgdesc='Command line interface for testing internet bandwidth using speedtest.net'
arch=('any')
url='https://github.com/sivel/speedtest-cli'
license=('Apache2')
depends=('python')
source=('https://raw.github.com/sivel/speedtest-cli/fe0940c5744ebe74ca31ad44e6b181d82a89edab/speedtest-cli-3')
md5sums=('63db18a0bd38cbc69bd975566fdb2996')
package(){
cd "$srcdir"
install -Dm755 speedtest-cli-3 "$pkgdir"/usr/bin/speedtest-cli
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment