void-packages/srcpkgs/perl-Net-MPD/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
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
2019-08-25 21:16:43 +02:00

21 lines
574 B
Bash

# Template file for 'perl-Net-MPD'
pkgname=perl-Net-MPD
version=0.07
revision=2
archs=noarch
wrksrc="${pkgname/perl-//}-${version}"
build_style=perl-ModuleBuild
hostmakedepends="perl perl-Module-Build-Tiny"
makedepends="perl"
depends="perl mpd"
short_desc="Net::MPD - Communicate with an MPD server"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://metacpan.org/release/Net-MPD"
distfiles="${CPAN_SITE}/Net/Net-MPD-${version}.tar.gz"
checksum=3382fb9c6f5c25de2628f5614429fa8a00791521678c42da068c99e7b294e953
post_install() {
vlicense LICENSE
}