kmeteo

LOW
maintainer bitseater 1 votes scanned 2026-09-27 17:19:13.301701
View on AUR
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
3pkgname=kmeteo
4pkgver=0.1.1
5pkgrel=1
6pkgdesc="Forecast application using OpenWeatherMap API built with Python and Qt"
7arch=('any')
8url="https://gitlab.com/bitseater/kmeteo"
9license=('GPL-3.0-or-later')
10depends=(
11 'hicolor-icon-theme'
12 'python'
13 'python-pyqt6'
14 'python-pyqt6-webengine'
15 'python-requests'
16)
17makedepends=(
18 'gettext'
19 'meson'
20 'ninja'
21)
22source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
23sha256sums=('550d06c2e24a8672e4a0c2e776a250e03c58cb0b45b94bd14c573758958d2c76')
24
25build() {
26 arch-meson "$pkgname-$pkgver" build
27 meson compile -C build
28}
29
30package() {
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)SeverityRules
2026-09-27 17:19:13 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion