mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-13 05:55:12 +02:00
16 lines
613 B
Bash
16 lines
613 B
Bash
# Template file for 'perl-local-lib'
|
|
pkgname=perl-local-lib
|
|
version=2.000027
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="$hostmakedepends"
|
|
checkdepends="$hostmakedepends"
|
|
depends="$hostmakedepends"
|
|
short_desc="Create and use a local lib/ for perl modules with PERL5LIB"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://metacpan.org/release/local-lib"
|
|
distfiles="${CPAN_SITE}/lib/HAARG/local-lib-${version}.tar.gz"
|
|
checksum=dfbb57ac39d9afcdaa26c3e20fdfd89bcc9f20eb622160944e38d61fb3fc00b1
|