ctex2png
LOW
maintainer puddings233
0 votes
scanned 2026-09-02 11:50:42.784749
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: puddings233 <puddings233 at outlook dot com>
2
3
pkgname=ctex2png
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="A Python tool to convert CTEX files to PNG images."
7
arch=('any')
8
url="https://github.com/grandwo/ctex2png"
9
license=('custom')
10
depends=('python-pillow')
11
source=("git+$url.git")
12
sha256sums=('SKIP')
13
14
package() {
15
cd "$pkgname"
16
{ echo '#!/usr/bin/env python3'; cat "main.py"; } | \
17
install -Dm755 /dev/stdin "$pkgdir/usr/bin/ctex2png"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 11:50:42 | Low | 1 |