ansi
LOW
maintainer damian101
0 votes
scanned 2026-09-24 11:42:45.600377
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: Damian Höster <damian.hoester@posteo.de>
2
3
pkgname=ansi
4
pkgver=3.0.1
5
pkgrel=1
6
pkgdesc='ANSI escape codes in pure bash - change text color, position cursor, and more'
7
arch=(any)
8
url=https://github.com/fidian/ansi
9
license=(LicenseRef-MIT-custom)
10
depends=(bash)
11
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
12
sha256sums=(8dae1314d98a015d4d64fd2a99895700138756f2b456baea7cf1d6dd3ccf1261)
13
14
package() {
15
cd $pkgname-$pkgver
16
17
install -Dm755 $pkgname -t "$pkgdir"/usr/bin
18
install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
19
install -Dm644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-24 11:42:45 | Low | 1 |