waymore

LOW
maintainer lapsus 0 votes scanned 2026-09-16 13:22:46.391962
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: Yakov Till <yakov.till@gmail.com>
2pkgname=waymore
3pkgver=8.9
4pkgrel=1
5pkgdesc="Find way more from the Wayback Machine, Common Crawl, Alien Vault OTX, URLScan, VirusTotal, GhostArchive & Intelligence X!"
6arch=('any')
7url="https://github.com/xnl-h4ck3r/waymore"
8license=('MIT')
9depends=('python' 'python-requests' 'python-yaml' 'python-termcolor' 'python-psutil' 'python-tldextract')
10makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xnl-h4ck3r/waymore/archive/refs/tags/v${pkgver}.tar.gz")
12sha256sums=('cd36d7a1f8df76c598f4ca239bb3eb06840005fbf3f71169d58f079de1696fb0')
13
14latestver() {
15 curl -fsSL "https://api.github.com/repos/xnl-h4ck3r/waymore/releases/latest" |
16 jq -r '.tag_name // empty' | sed 's/^v//'
17}
18
19build() {
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
28package() {
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)SeverityRules
2026-09-16 13:22:46 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