c2038fa925
Test / Create distribution (push) Successful in 52s
Test / Sandbox (push) Successful in 2m52s
Test / ShareFS (push) Successful in 3m56s
Test / Hakurei (push) Successful in 4m6s
Test / Sandbox (race detector) (push) Successful in 5m34s
Test / Hakurei (race detector) (push) Successful in 6m45s
Test / Flake checks (push) Successful in 1m20s
Useful for packaging. Signed-off-by: Ophestra <cat@gensokyo.uk>
18 lines
446 B
Go
18 lines
446 B
Go
package rename {
|
|
description = "rename renames the filenames supplied according to the rule specified as the first argument";
|
|
website = "https://search.cpan.org/dist/rename";
|
|
anitya = 14302;
|
|
|
|
version# = "1.16.2";
|
|
// CPAN missing files
|
|
source = remoteGitHub {
|
|
suffix = "pstray/rename";
|
|
tag = "v"+version;
|
|
checksum = "4VTeBcv1-oa_OlxpKS4h9ZxZMEq1wrk8hzaiBVZTMYCVQ0adDZ8ubPZ3VFf6qqeo";
|
|
};
|
|
|
|
exec = makeMaker {};
|
|
|
|
runtime = [ perl ];
|
|
}
|