mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
jp2a: update to 1.1.1
This commit is contained in:
parent
ec13516f3d
commit
2ef6faf827
1 changed files with 6 additions and 10 deletions
|
@ -1,17 +1,13 @@
|
|||
# Template file for 'jp2a'
|
||||
pkgname=jp2a
|
||||
version=1.0.7
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
makedepends="libjpeg-turbo-devel libcurl-devel"
|
||||
makedepends="libjpeg-turbo-devel libpng-devel libcurl-devel ncurses-devel"
|
||||
short_desc="JPEG image to ASCII art converter"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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
|
||||
}
|
||||
homepage="https://github.com/Talinx/jp2a"
|
||||
distfiles="https://github.com/Talinx/jp2a/releases/download/v${version}/jp2a-${version}.tar.gz"
|
||||
checksum=144dd671373ee67821fb1c579f444758645af1ca9d6d419ffa7947a002847c82
|
||||
export bashcompdir=/usr/share/bash-completion/completions
|
||||
|
|
Loading…
Add table
Reference in a new issue