blob: 3463bc3ca1e00bebec79aec4ecb29601350305f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = image2ascii
pkgdesc = Simple image–to–ASCII art conversion tool
pkgver = 1.0
pkgrel = 3
url = https://gitlab.com/NH000/image2ascii
arch = any
license = MIT
makedepends = git
makedepends = coreutils
depends = python3
depends = python-pillow
source = git+https://gitlab.com/NH000/image2ascii#tag=d7dffe0065a949a40acc652e8695c439bfb66605
sha256sums = SKIP
pkgname = image2ascii
|