17 lines
704 B
Bash
17 lines
704 B
Bash
# Template file for 'pdf2djvu'
|
|
pkgname=pdf2djvu
|
|
version=0.9.19
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config djvulibre gettext"
|
|
makedepends="djvulibre-devel poppler-devel libgraphicsmagick-devel exiv2-devel libuuid-devel"
|
|
short_desc="Create DjVu files from PDF files"
|
|
maintainer="Stanislav Paskalev <spaskalev@protonmail.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://jwilk.net/software/pdf2djvu"
|
|
changelog="https://raw.githubusercontent.com/jwilk/pdf2djvu/master/doc/changelog"
|
|
distfiles="https://github.com/jwilk/pdf2djvu/releases/download/${version}/pdf2djvu-${version}.tar.xz"
|
|
checksum=eb45a480131594079f7fe84df30e4a5d0686f7a8049dc7084eebe22acc37aa9a
|
|
|
|
export CXXFLAGS="-std=c++17"
|