mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
yaziPlugins.recycle-bin: init at 1.0.0
(cherry picked from commit e0bba73a3a)
This commit is contained in:
committed by
github-actions[bot]
parent
667c7eb03e
commit
9af66e93e3
24
pkgs/by-name/ya/yazi/plugins/recycle-bin/default.nix
Normal file
24
pkgs/by-name/ya/yazi/plugins/recycle-bin/default.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
mkYaziPlugin,
|
||||
}:
|
||||
mkYaziPlugin {
|
||||
pname = "recycle-bin.yazi";
|
||||
version = "1.0.0-unstable-2025-08-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "uhs-robert";
|
||||
repo = "recycle-bin.yazi";
|
||||
rev = "52f6fe08f5f42cbae56d8c46abc368560e1e2d6e";
|
||||
hash = "sha256-krZAbL7JRRvJbT+23C6fw8Zbav+8I+bvIFAYrpeNuhw=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A Recycle Bin for Yazi with browse, restore, and cleanup capabilities";
|
||||
homepage = "https://github.com/uhs-robert/recycle-bin.yazi";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ guttermonk ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user