forked from rosa/hakurei
internal/rosa/perl: Test::Cmd artifact
Required by lm_sensors test suite. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -133,6 +133,7 @@ const (
|
|||||||
PerlPodParser
|
PerlPodParser
|
||||||
PerlSGMLS
|
PerlSGMLS
|
||||||
PerlTermReadKey
|
PerlTermReadKey
|
||||||
|
PerlTestCmd
|
||||||
PerlTextCharWidth
|
PerlTextCharWidth
|
||||||
PerlTextWrapI18N
|
PerlTextWrapI18N
|
||||||
PerlUnicodeLineBreak
|
PerlUnicodeLineBreak
|
||||||
|
|||||||
@@ -382,3 +382,27 @@ func init() {
|
|||||||
ID: 3549,
|
ID: 3549,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t Toolchain) newPerlTestCmd() (pkg.Artifact, string) {
|
||||||
|
const (
|
||||||
|
version = "1.09"
|
||||||
|
checksum = "gpGUwyC9IozDiYSgW_kXARNfXsTPFa6cTowJmmCBbPqcs2-pONZca_SB06FGy-7H"
|
||||||
|
)
|
||||||
|
return t.newViaPerlMakeMaker("Test::Cmd", version, newFromCPAN(
|
||||||
|
"NEILB",
|
||||||
|
"Test-Cmd",
|
||||||
|
version,
|
||||||
|
checksum,
|
||||||
|
), nil), version
|
||||||
|
}
|
||||||
|
func init() {
|
||||||
|
artifactsM[PerlTestCmd] = Metadata{
|
||||||
|
f: Toolchain.newPerlTestCmd,
|
||||||
|
|
||||||
|
Name: "perl-Test::Cmd",
|
||||||
|
Description: "portable testing of commands and scripts",
|
||||||
|
Website: "https://metacpan.org/release/Test-Cmd",
|
||||||
|
|
||||||
|
ID: 6014,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user