1
0
forked from rosa/hakurei

internal/rosa/package: rename

Useful for packaging.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-24 10:39:38 +09:00
parent d797cca1f2
commit c2038fa925
+17
View File
@@ -0,0 +1,17 @@
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 ];
}