ankiAddons.anki-quizlet-importer-extended: init at 2025.03.13
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
parent
ad7560d70c
commit
addd2a413b
@ -0,0 +1,27 @@
|
||||
{
|
||||
lib,
|
||||
anki-utils,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
anki-utils.buildAnkiAddon (finalAttrs: {
|
||||
pname = "anki-quizlet-importer-extended";
|
||||
version = "2025.03.13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "sviatoslav-lebediev";
|
||||
repo = "anki-quizlet-importer-extended";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-46j/CXhsrehu00P5QLuOj/08gNlFeJttslAFLgz7AJ8=";
|
||||
};
|
||||
passthru.updateScript = nix-update-script { };
|
||||
meta = {
|
||||
description = "Import Quizlet Decks into Anki";
|
||||
homepage = "https://ankiweb.net/shared/info/1362209126";
|
||||
downloadPage = "https://github.com/sviatoslav-lebediev/anki-quizlet-importer-extended";
|
||||
changelog = "https://github.com/sviatoslav-lebediev/anki-quizlet-importer-extended/releases/tag/v${finalAttrs.version}";
|
||||
# No license file, but it can be assumed to be AGPL3 based on
|
||||
# https://ankiweb.net/account/terms.
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ ethancedwards8 ];
|
||||
};
|
||||
})
|
||||
@ -6,6 +6,8 @@
|
||||
|
||||
anki-connect = callPackage ./anki-connect { };
|
||||
|
||||
anki-quizlet-importer-extended = callPackage ./anki-quizlet-importer-extended { };
|
||||
|
||||
local-audio-yomichan = callPackage ./local-audio-yomichan { };
|
||||
|
||||
passfail2 = callPackage ./passfail2 { };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user