waymore
LOW
maintainer lapsus
0 votes
scanned 2026-09-16 13:22:46.391962
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: Yakov Till <yakov.till@gmail.com>
2
pkgname=waymore
3
pkgver=8.9
4
pkgrel=1
5
pkgdesc="Find way more from the Wayback Machine, Common Crawl, Alien Vault OTX, URLScan, VirusTotal, GhostArchive & Intelligence X!"
6
arch=('any')
7
url="https://github.com/xnl-h4ck3r/waymore"
8
license=('MIT')
9
depends=('python' 'python-requests' 'python-yaml' 'python-termcolor' 'python-psutil' 'python-tldextract')
10
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xnl-h4ck3r/waymore/archive/refs/tags/v${pkgver}.tar.gz")
12
sha256sums=('cd36d7a1f8df76c598f4ca239bb3eb06840005fbf3f71169d58f079de1696fb0')
13
14
latestver() {
15
curl -fsSL "https://api.github.com/repos/xnl-h4ck3r/waymore/releases/latest" |
16
jq -r '.tag_name // empty' | sed 's/^v//'
17
}
18
19
build() {
20
cd "$srcdir/$pkgname-$pkgver"
21
# setup.py copies config.yml into $HOME/.config/waymore as a side effect;
22
# redirect HOME so the builder's real config is never touched.
23
export HOME="$srcdir/.home"
24
mkdir -p "$HOME"
25
python -m build --wheel --no-isolation
26
}
27
28
package() {
29
cd "$srcdir/$pkgname-$pkgver"
30
python -m installer --destdir="$pkgdir" dist/*.whl
31
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32
install -Dm644 config.yml "$pkgdir/usr/share/doc/$pkgname/config.yml.example"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 13:22:46 | Low | 1 |