boxes

MEDIUM
maintainer hildigerr 34 votes scanned 2026-09-06 13:11:32.219503
View on AUR
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
6pkgname=boxes
7pkgver=2.3.1
8pkgrel=1
9pkgdesc="Text mode box and comment drawing filter"
10url="http://boxes.thomasjensen.com/"
11arch=('i686' 'x86_64')
12license=('GPL2')
13depends=('bison' 'flex')
14source=("https://github.com/ascii-boxes/boxes/archive/refs/tags/v$pkgver.zip")
15md5sums=('437f8afe1911cce6203c1bf64d8f6d9f')
16
17build() {
18 cd $srcdir/$pkgname-$pkgver
19 make GLOBALCONF=/etc/boxes-config
20}
21
22package() {
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)SeverityRules
2026-09-06 13:11:32 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion