mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
perl-Text-Diff: fix license, other lint
This commit is contained in:
parent
78cf5a9820
commit
ca8446d5b1
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'perl-Text-Diff'.
|
# Template file for 'perl-Text-Diff'
|
||||||
pkgname=perl-Text-Diff
|
pkgname=perl-Text-Diff
|
||||||
version=1.45
|
version=1.45
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl perl-Algorithm-Diff"
|
hostmakedepends="perl perl-Algorithm-Diff"
|
||||||
|
@ -9,7 +9,7 @@ makedepends="${hostmakedepends}"
|
||||||
depends="${hostmakedepends}"
|
depends="${hostmakedepends}"
|
||||||
short_desc='Text::Diff - Perform diffs on files and record sets'
|
short_desc='Text::Diff - Perform diffs on files and record sets'
|
||||||
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
||||||
|
license="Artistic-1.0-Perl, GPL-2.0-or-later"
|
||||||
homepage="https://metacpan.org/release/Text-Diff"
|
homepage="https://metacpan.org/release/Text-Diff"
|
||||||
license="GPL-1, Artistic"
|
|
||||||
distfiles="$CPAN_SITE/Text/Text-Diff-${version}.tar.gz"
|
distfiles="$CPAN_SITE/Text/Text-Diff-${version}.tar.gz"
|
||||||
checksum=e8baa07b1b3f53e00af3636898bbf73aec9a0ff38f94536ede1dbe96ef086f04
|
checksum=e8baa07b1b3f53e00af3636898bbf73aec9a0ff38f94536ede1dbe96ef086f04
|
||||||
|
|
Loading…
Add table
Reference in a new issue