void-packages/srcpkgs/perl-Barcode-ZBar/template

21 lines
585 B
Bash

# Template file for 'perl-Barcode-ZBar'
pkgname=perl-Barcode-ZBar
version=0.23.1
revision=1
wrksrc="zbar-${version}/perl"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl libzbar-devel"
depends="${makedepends}"
short_desc="Perl interface to the ZBar Barcode Reader"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1"
homepage="https://metacpan.org/release/Barcode-ZBar"
distfiles="https://linuxtv.org/downloads/zbar/zbar-${version}.tar.bz2"
checksum=dad260b47ef887a639e840a89e5e6e132217b6bba2a8473565d1f459bcb97c1f
do_check() {
# Requires X display
:
}