ankiAddons.advanced-browser: init at 4.4 (#474888)
This commit is contained in:
@@ -19228,6 +19228,12 @@
|
||||
githubId = 61601147;
|
||||
name = "basti n00b0ss";
|
||||
};
|
||||
n0pl4c3 = {
|
||||
email = "mail@n0pl4c3.net";
|
||||
github = "n0pl4c3";
|
||||
githubId = 69087176;
|
||||
name = "n0pl4c3";
|
||||
};
|
||||
n3oney = {
|
||||
name = "Michał Minarowski";
|
||||
email = "nixpkgs@neoney.dev";
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
lib,
|
||||
anki-utils,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
anki-utils.buildAnkiAddon (finalAttrs: {
|
||||
pname = "advanced-browser";
|
||||
version = "4.5";
|
||||
src = fetchFromGitHub {
|
||||
owner = "AnKing-VIP";
|
||||
repo = "advanced-browser";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-oVL+Y96/d+uD8s6yjz6L7zWV2G6PgP7ZfIiEAAZR2T4=";
|
||||
};
|
||||
passthru.updateScript = nix-update-script { };
|
||||
meta = {
|
||||
description = "Adds more sorting options to the browser";
|
||||
longDescription = ''
|
||||
A general overview of the functionality can be found [here](https://ankiweb.net/shared/info/874215009).
|
||||
The options to configure this add-on can be found [here](https://github.com/AnKing-VIP/advanced-browser/blob/v${finalAttrs.version}/advancedbrowser/config.md).
|
||||
'';
|
||||
homepage = "https://ankiweb.net/shared/info/874215009";
|
||||
downloadPage = "https://github.com/AnKing-VIP/advanced-browser";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ n0pl4c3 ];
|
||||
};
|
||||
})
|
||||
@@ -4,6 +4,8 @@
|
||||
{
|
||||
adjust-sound-volume = callPackage ./adjust-sound-volume { };
|
||||
|
||||
advanced-browser = callPackage ./advanced-browser { };
|
||||
|
||||
ajt-card-management = callPackage ./ajt-card-management { };
|
||||
|
||||
anki-connect = callPackage ./anki-connect { };
|
||||
|
||||
Reference in New Issue
Block a user