17 lines
585 B
Bash
17 lines
585 B
Bash
# Template file for 'perl-strictures'
|
|
pkgname=perl-strictures
|
|
version=2.000004
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="${makedepends}"
|
|
short_desc="Turn on strict and make most warnings fatal"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="http://search.cpan.org/dist/strictures"
|
|
distfiles="https://cpan.org/authors/id/H/HA/HAARG/strictures-${version}.tar.gz"
|
|
checksum=23842430a3fe1d664aa9399a7356b0463a24fe4f7ed3f68f7bdb4c3e0d06f753
|
|
noarch=yes
|