ascii-forge

LOW
maintainer Dominiquini 1 votes scanned 2026-09-20 07:32:26.301293
View on AUR
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3pkgauthor="kanakOS01"
4pkgname="ascii-forge"
5pkgver=1.0.0
6pkgrel=1
7pkgdesc="Turn your images into ASCII art from your terminal"
8
9_pypi_package=${pkgname}
10_pypi_version=${pkgver}
11
12license=('MIT')
13arch=('any')
14
15_url_pypi="https://pypi.org/project/${pkgname}/"
16_url_github="https://github.com/${pkgauthor}/${pkgname}"
17url="${_url_github}"
18
19provides=("${_pypi_package}")
20conflicts=("python-${pkgname}")
21
22makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer')
23depends=('bash' 'python' 'python-textual' 'python-rich' 'python-click' 'python-colorama' 'python-pillow' 'python-importlib-metadata')
24
25source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package}/${_pypi_package}-${_pypi_version}.tar.gz")
26# source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/refs/tags/v${pkgver}.tar.gz")
27sha256sums=('e838ee90b7035edda1cd1d8d1f64d802497cae28272861f95fb129571747f800')
28
29
30build() {
31 cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
32
33 python3 setup.py build
34}
35
36package() {
37 cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
38
39 python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
40
41 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
42
43 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
44}
45

Scan history

Scanned at (UTC)SeverityRules
2026-09-20 07:32:26 Low 1

Report a package

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

0 / 4000
Your suggestion