18 lines
512 B
Bash
18 lines
512 B
Bash
# Template file for 'jp2a'
|
|
pkgname=jp2a
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
makedepends="libjpeg-turbo-devel libcurl-devel"
|
|
short_desc="JPEG image to ASCII art converter"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/cslarsen/jp2a"
|
|
distfiles="https://github.com/cslarsen/jp2a/archive/v${version}.tar.gz"
|
|
checksum=e509d8bbf9434afde5c342568b21d11831a61d9942ca8cb1633d4295b7bc5059
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|