From 28f3aa912e45122fca8372678a87258b394a9777 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 9 Aug 2022 08:59:54 +0200 Subject: [PATCH] rsfile 1.0.1 (#592) --- index/rs/rsfile/rsfile-1.0.1.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 index/rs/rsfile/rsfile-1.0.1.toml diff --git a/index/rs/rsfile/rsfile-1.0.1.toml b/index/rs/rsfile/rsfile-1.0.1.toml new file mode 100644 index 00000000..877740fe --- /dev/null +++ b/index/rs/rsfile/rsfile-1.0.1.toml @@ -0,0 +1,19 @@ +name = "rsfile" +description = "Randomly pick a file with probability proportional to its size" +version = "1.0.1" +tags = ["command-line", "tool", "random", "file-size"] +licenses = "GPL-3.0-only" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] + +executables = ["rsfile"] + +[configuration] +disabled = true + +[origin] +commit = "f3d684685a9f41a94a20f80ce114a33cca028475" +url = "git+https://github.com/mosteo/rsfile.git" +