# Template file for 'pdfcpu'
pkgname=pdfcpu
version=0.13.0
revision=1
build_style=go
go_import_path="github.com/pdfcpu/pdfcpu"
go_package="${go_import_path}/cmd/pdfcpu"
short_desc="PDF processor"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Apache-2.0"
homepage="http://pdfcpu.io/"
changelog="https://github.com/pdfcpu/pdfcpu/releases"
distfiles="https://github.com/pdfcpu/pdfcpu/archive/v${version}.tar.gz"
checksum=d7e657051aef697d39da63a5366850d476485b33d5ad100b829b86153df8c094

if [ "${XBPS_TARGET_WORDSIZE}" = 32 ]; then
	make_check=ci-skip # unexpected EOF in pkg/cli/test
fi
