tgforge
LOW
maintainer user14923929
1 votes
scanned 2026-08-20 19:12:21.626580
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
pkgname=tgforge
2
pkgver=0.1.0
3
pkgrel=1
4
pkgdesc="Bash library for building Telegram bots"
5
arch=('any')
6
url="https://github.com/user14923929/tgforge"
7
license=('GPL-3.0-or-later')
8
depends=('curl' 'jq' 'bash')
9
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v$pkgver.tar.gz")
10
sha256sums=('00692fa08ddd2560c1823847b7add4a8b71fe58edf64c488c3acf627c853032d')
11
12
package() {
13
cd "$pkgname-$pkgver"
14
install -Dm644 tgforge "$pkgdir/usr/lib/$pkgname/$pkgname"
15
}
16
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 19:12:21 | Low | 1 |