mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
parent
2b0e64bc64
commit
722611a62b
1 changed files with 20 additions and 0 deletions
20
srcpkgs/perl-Barcode-ZBar/template
Normal file
20
srcpkgs/perl-Barcode-ZBar/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'perl-Barcode-ZBar'
|
||||||
|
pkgname=perl-Barcode-ZBar
|
||||||
|
version=0.04
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl"
|
||||||
|
makedepends="perl libzbar-devel"
|
||||||
|
depends="${makedepends}"
|
||||||
|
short_desc="Perl interface to the ZBar Barcode Reader"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://search.cpan.org/dist/Barcode-ZBar"
|
||||||
|
distfiles="${CPAN_SITE}/Barcode/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
|
checksum=d57e1ad471b6a29fa4134650e6eec9eb834d42cbe8bf8f0608c67d6dd0f8f431
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# Requires X display
|
||||||
|
:
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue