discord-bot-messenger
LOW
maintainer Zyvxi
0 votes
scanned 2026-08-24 21:24:32.067303
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: Zyv <zyv@users.noreply.github.com>
2
pkgname=discord-bot-messenger
3
pkgver=1.1.0
4
pkgrel=1
5
pkgdesc="GUI to send messages through a Discord bot token to any channel it has access to"
6
arch=('any')
7
url="https://github.com/zyvxi/discord-bot-messenger"
8
license=('MIT')
9
depends=('python' 'python-requests' 'tk')
10
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('569d6cf987b918181d96a451705d2df4d6af79dd9a4a18ab3bfe350bb434c1fc')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
20
cd "$pkgname-$pkgver"
21
python -m installer --destdir="$pkgdir" dist/*.whl
22
install -Dm644 discord-bot-messenger.desktop \
23
"$pkgdir/usr/share/applications/discord-bot-messenger.desktop"
24
install -Dm644 discord-bot-messenger.svg \
25
"$pkgdir/usr/share/icons/hicolor/scalable/apps/discord-bot-messenger.svg"
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 21:24:32 | Low | 1 |