mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
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
609 B
Bash
16 lines
609 B
Bash
# Template file for 'perl-Object-MultiType'
|
|
pkgname=perl-Object-MultiType
|
|
version=0.05
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="$makedepends"
|
|
short_desc="Perl Objects as Hash, Array, Scalar, Code and Glob at the same time"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://metacpan.org/release/Object-MultiType"
|
|
distfiles="${CPAN_SITE}/Object/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=aa65390e0120dfe98e8a2c510a81adc5d3e42efa3e13d54e85467303d911bf31
|