boxes
MEDIUM
maintainer hildigerr
34 votes
scanned 2026-09-06 13:11:32.219503
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: BADGumby <badgumby at protonmail dot com>
2
# Contributor: stitran <tristan dot zuerl at gmx dot net>
3
# Contributor: megadriver <megadriver at gmx dot com>
4
# Contributor: Christian Berendt <christian at suppentopf dot net>
5
6
pkgname=boxes
7
pkgver=2.3.1
8
pkgrel=1
9
pkgdesc="Text mode box and comment drawing filter"
10
url="http://boxes.thomasjensen.com/"
11
arch=('i686' 'x86_64')
12
license=('GPL2')
13
depends=('bison' 'flex')
14
source=("https://github.com/ascii-boxes/boxes/archive/refs/tags/v$pkgver.zip")
15
md5sums=('437f8afe1911cce6203c1bf64d8f6d9f')
16
17
build() {
18
cd $srcdir/$pkgname-$pkgver
19
make GLOBALCONF=/etc/boxes-config
20
}
21
22
package() {
23
cd $srcdir/$pkgname-$pkgver
24
install -D -m 644 doc/boxes.1 $pkgdir/usr/share/man/man1/boxes.1
25
install -D -m 644 boxes-config $pkgdir/etc/boxes-config
26
install -D -m 755 out/boxes $pkgdir/usr/bin/boxes
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |