Package Details: ascii-image-converter 1.13.1-1

Git Clone URL: https://aur.archlinux.org/ascii-image-converter.git (read-only, click to copy)
Package Base: ascii-image-converter
Description: Convert images into ASCII art and print them out to the console
Upstream URL: https://github.com/TheZoraiz/ascii-image-converter
Licenses: Apache
Submitter: zhaose
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 3
Popularity: 0.003329
First Submitted: 2021-07-11 10:18 (UTC)
Last Updated: 2022-11-23 08:45 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

eclairevoyant commented on 2022-11-10 20:34 (UTC)

I've adopted this package and corrected the process to actually build it instead of downloading a binary.

SunRed commented on 2022-04-29 18:13 (UTC)

Package should be renamed to ascii-image-converter-bin as it uses a pre-compiled binary.

mane.andrea commented on 2021-09-04 00:04 (UTC) (edited on 2021-09-04 00:04 (UTC) by mane.andrea)

Update:

# Maintainer:  <zhaose@empty-PC>
pkgname=ascii-image-converter
pkgver=1.7.1
pkgrel=1
pkgdesc="A cross-platform command-line tool to convert images into ascii art and print them on the console."
arch=('x86_64')
url="https://github.com/TheZoraiz/ascii-image-converter"
license=('GPL')
makedepends=()
checkdepends=()
optdepends=()
provides=()
source=("https://github.com/TheZoraiz/ascii-image-converter/releases/download/v${pkgver}/ascii-image-converter_Linux_amd64_64bit.tar.gz")
md5sums=('619f77ef42248f792701bde1d8adae33')

package() {
  cd "$srcdir/ascii-image-converter_Linux_amd64_64bit"

  install -Dm 755 ./ascii-image-converter -t "$pkgdir/usr/bin/"
  install -Dm 644 ./LICENSE.txt -t "$pkgdir/usr/share/licenses/ascii-image-converter/"
}