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