lixplore-cli

LOW
maintainer bala451987 0 votes scanned 2026-09-27 07:16:53.263382
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: Balasubramanian Periannan <balathepharmacist@gmail.com>
2pkgname=lixplore-cli
3pkgver=1.2.0
4pkgrel=1
5pkgdesc="Academic Literature Search & Export CLI Tool - Search PubMed, arXiv, Crossref, DOAJ, EuropePMC"
6arch=('any')
7url="https://github.com/pryndor/Lixplore_cli"
8license=('MIT')
9depends=(
10 'python'
11 'python-biopython'
12 'python-requests'
13 'python-openpyxl'
14)
15optdepends=(
16 'python-textual: Full-screen TUI (lixplore --tui)'
17 'python-rich: Colored output and fallback TUI'
18)
19makedepends=(
20 'python-build'
21 'python-installer'
22 'python-wheel'
23 'python-setuptools'
24 'python-setuptools-scm'
25)
26source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pryndor/Lixplore_cli/archive/refs/tags/v${pkgver}.tar.gz")
27sha256sums=('b76bf31d218d01c05e2b0db4241be1ea9b46c5b85a50129adafd2cbf885d27a0')
28
29build() {
30 cd "Lixplore_cli-${pkgver}"
31 python -m build --wheel --no-isolation
32}
33
34package() {
35 cd "Lixplore_cli-${pkgver}"
36 python -m installer --destdir="${pkgdir}" dist/*.whl
37 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 07:16:53 Low 1
2026-09-27 05:16:52 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