17 lines
569 B
Bash
17 lines
569 B
Bash
|
# Template file for 'perl-WL'
|
||
|
pkgname=perl-WL
|
||
|
version=0.92
|
||
|
revision=1
|
||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||
|
build_style=perl-ModuleBuild
|
||
|
hostmakedepends="perl perl-Module-Build"
|
||
|
makedepends="perl perl-XML-Smart perl-Socket-MsgHdr"
|
||
|
depends="${makedepends}"
|
||
|
short_desc="Perl bindings for wayland protocol"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="Artistic, GPL-1"
|
||
|
homepage="http://search.cpan.org/dist/WL"
|
||
|
distfiles="${CPAN_SITE}/WL/${pkgname/perl-/}-${version}.tar.gz"
|
||
|
checksum=535499ec4b92ab76f7670c1bd576a29d9f4c7cceb14639ebf583f66a593163fc
|
||
|
noarch=yes
|