kmeteo
LOW
maintainer bitseater
1 votes
scanned 2026-09-27 17:19:13.301701
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Carlos Suárez <bitseater@gmail.com>
2
3
pkgname=kmeteo
4
pkgver=0.1.1
5
pkgrel=1
6
pkgdesc="Forecast application using OpenWeatherMap API built with Python and Qt"
7
arch=('any')
8
url="https://gitlab.com/bitseater/kmeteo"
9
license=('GPL-3.0-or-later')
10
depends=(
11
'hicolor-icon-theme'
12
'python'
13
'python-pyqt6'
14
'python-pyqt6-webengine'
15
'python-requests'
16
)
17
makedepends=(
18
'gettext'
19
'meson'
20
'ninja'
21
)
22
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
23
sha256sums=('550d06c2e24a8672e4a0c2e776a250e03c58cb0b45b94bd14c573758958d2c76')
24
25
build() {
26
arch-meson "$pkgname-$pkgver" build
27
meson compile -C build
28
}
29
30
package() {
31
meson install -C build --destdir "$pkgdir"
32
ln -s io.gitlab.bitseater.kmeteo "$pkgdir/usr/bin/$pkgname"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 17:19:13 | Low | 1 |