summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 139ad934d476b13b4f5562a96972b080f0c81246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Eric Waller <ewwaller@gmail.com>

pkgname=wunderground
pkgver=20160820
pkgrel=1
pkgdesc='CLI weather from Weather Underground'
arch=('any')
url='https://github.com/ewwaller/wunderground.py'
license=('GPL3')
depends=('python')
source=("git+https://github.com/ewwaller/wunderground.py.git")
md5sums=('SKIP')

package() {
  cd ${srcdir}/${pkgname}.py
  install -Dm755 ${pkgname}.py ${pkgdir}/usr/bin/${pkgname}.py
  install -Dm644 wunderground.1.gz ${pkgdir}/usr/share/man/man1/${pkgname}.1.gz
}