# Template file for 'pdfcpu'
pkgname=pdfcpu
version=0.15.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=69924a7363ea19b4f3d4799ebf78bcabfec75a735c9569983a6e2834b5e8c6b3

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