forked from rosa/hakurei
c2038fa925
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 ];
|
|
}
|