whatscli-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-31 01:44:31.582560
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=normen
4_gitname=whatscli
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="A command line interface for WhatsApp, based on go-whatsmeow and tview"
8
9pkgver=1.1.6
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14
15_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17url=${_ghurl}
18
19license=('MIT')
20
21provides=("${_appname}")
22conflicts=("${pkgname%-bin}")
23
24depends=('glibc')
25
26options=('!strip')
27
28source=("README-${pkgver}.md::${_ghurlraw}/README.md")
29source_x86_64=("${_appname}-${arch[0]}-${pkgver}.zip::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-linux.zip")
30sha256sums=('e2a07cedb83664a7f2376e07c83c2d9d3ed961d815b00ee228cf63fd34206def')
31sha256sums_x86_64=('1865abf0f540327d8afcc1cb039456e9eee19cc504e28f0c73f327ce1da260c0')
32
33
34package() {
35 cd "${srcdir}/" || exit
36
37 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
38
39 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 01:44:31 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