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

pkgname=meteo-qt
pkgver=1.1
pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
url='https://github.com/dglent/meteo-qt'
license=('GPL3')
depends=('python-lxml' 'python-pyqt5' 'python-sip' 'python-urllib3')
makedepends=('qt5-tools')
optdepends=('qt5-translations: translations of some native UI components')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dglent/meteo-qt/archive/v${pkgver}.tar.gz")
sha256sums=('5ada85984039dc4c8c53a82e14c2b63e13fa53719af0baa94770b09be4a6f6c7')

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