18 lines
614 B
Bash
18 lines
614 B
Bash
# Template file for 'jpeginfo'
|
|
pkgname=jpeginfo
|
|
version=1.7.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libjpeg-turbo-devel"
|
|
short_desc="Prints information and tests integrity of JPEG/JFIF files"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/tjko/jpeginfo"
|
|
changelog="https://raw.githubusercontent.com/tjko/jpeginfo/master/README"
|
|
distfiles="https://github.com/tjko/jpeginfo/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659
|
|
|
|
pre_install() {
|
|
make_install_args="INSTALL_ROOT=${DESTDIR}"
|
|
}
|