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