repoq

LOW
maintainer Pysio 1 votes scanned 2026-09-01 09:47:42.175833
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: pysio <me@lilithya.su>
2pkgname=repoq
3pkgver=0.1.2
4pkgrel=1
5pkgdesc="A lightweight command-line client for the Repology API"
6arch=('x86_64' 'aarch64')
7url="https://github.com/pysio2007/repoq"
8license=('Apache-2.0')
9depends=('curl')
10source=("$pkgname-$pkgver.tar.gz::https://github.com/pysio2007/repoq/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
11sha256sums=('e3d948506526818cad3300a4f65bc690a80e316de49ecb490e639b096e6c3b3b')
12
13build() {
14 cd "$pkgname-$pkgver"
15 make
16}
17
18package() {
19 cd "$pkgname-$pkgver"
20 install -Dm755 repoq "$pkgdir/usr/bin/repoq"
21 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 09:47:42 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