d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
16 lines
587 B
Bash
16 lines
587 B
Bash
# Template file for 'perl-WL'
|
|
pkgname=perl-WL
|
|
version=0.92
|
|
revision=2
|
|
archs=noarch
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://metacpan.org/release/WL"
|
|
distfiles="${CPAN_SITE}/WL/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=535499ec4b92ab76f7670c1bd576a29d9f4c7cceb14639ebf583f66a593163fc
|