docs: add generated packages readme

This commit is contained in:
matt1432 2025-01-20 15:06:16 -05:00
parent 546eda3ee2
commit 6aca512b8a
10 changed files with 71 additions and 14 deletions
packages/trash-d

View file

@ -1,4 +1,5 @@
{
lib,
dmd,
dub,
trash-d-src,
@ -36,7 +37,6 @@ in
ronn --roff --pipe MANUAL.md > $out/man/man1/trash.1
'';
meta = {
mainProgram = "trash";
platforms = [
@ -44,5 +44,8 @@ in
"i686-linux"
"x86_64-darwin"
];
description = "A near drop-in replacement for `rm` that uses the [FreeDesktop trash bin](https://specifications.freedesktop.org/trash-spec/trashspec-latest.html).";
homepage = "https://github.com/rushsteve1/trash-d";
license = with lib.licenses; [mit];
};
}