slackcli-bin
LOW
maintainer felinae98
0 votes
scanned 2026-09-09 03:18:52.192921
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: felinae98 <felinae98@gmail.com>
2
pkgname=slackcli-bin
3
pkgver=0.11.0
4
pkgrel=1
5
pkgdesc="Slack CLI for humans and AI agents. Read, send, search and reply across one or many Slack workspaces from the terminal. No Slack app needed."
6
arch=('x86_64' 'aarch64')
7
url="https://slackcli.dev/"
8
license=('MIT')
9
provides=('slackcli')
10
conflicts=('slackcli')
11
options=('!strip' '!debug')
12
source_x86_64=("$pkgname-$pkgver-x86_64::https://github.com/shaharia-lab/slackcli/releases/download/v$pkgver/slackcli-linux"
13
"https://raw.githubusercontent.com/shaharia-lab/slackcli/v$pkgver/LICENSE")
14
source_aarch64=("$pkgname-$pkgver-aarch64::https://github.com/shaharia-lab/slackcli/releases/download/v$pkgver/slackcli-linux-arm64"
15
"https://raw.githubusercontent.com/shaharia-lab/slackcli/v$pkgver/LICENSE")
16
sha256sums_x86_64=('75cb9a4950258670376f0df9f460ef35a38ebda93e04a43656272905ca5c9ee5'
17
'847df4e4f2b572db4146182cf99d9286d81e69ff82a93de63679a9725fb7e8c2')
18
sha256sums_aarch64=('52a8b7086655cf7066b1c08c1a50a43018661efaafb31944a4284f56f6efb007'
19
'847df4e4f2b572db4146182cf99d9286d81e69ff82a93de63679a9725fb7e8c2')
20
21
package() {
22
install -Dm755 "$pkgname-$pkgver-$CARCH" "$pkgdir/usr/bin/slackcli"
23
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 03:18:52 | Low | 1 |