summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ea47e2a34fd0552f5590dcd1271cb1a5b12b2929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Peter Mattern <pmattern at arcor dot de>

pkgname=meteo-qt
pkgver=0.9.3
pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
url='https://github.com/dglent/meteo-qt'
license=('GPL3')
depends=('libxkbcommon-x11' 'python-lxml' 'python-pyqt5' 'python-sip' 'python-urllib3')
makedepends=('python' 'qt5-tools')
source=("https://github.com/dglent/meteo-qt/archive/v${pkgver}.tar.gz")
sha256sums=('1a7ef9e5c61cf4b41fb2f2aef43f7ae33ef478d6b82c64e9733f23c8681ef902')

package() {
  cd $pkgname-$pkgver
  python setup.py install --root $pkgdir
}