subberthehut: drop (#407983)

This commit is contained in:
Yohann Boniface
2025-05-17 16:16:29 +02:00
committed by GitHub
2 changed files with 1 additions and 41 deletions
-41
View File
@@ -1,41 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
pkg-config,
xmlrpc_c,
glib,
zlib,
}:
stdenv.mkDerivation rec {
pname = "subberthehut";
version = "20";
src = fetchFromGitHub {
owner = "mus65";
repo = "subberthehut";
rev = version;
sha256 = "19prdqbk19h0wak318g2jn1mnfm7l7f83a633bh0rhskysmqrsj1";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [
xmlrpc_c
glib
zlib
];
installPhase = ''
install -Dm755 subberthehut $out/bin/subberthehut
install -Dm644 bash_completion $out/share/bash-completion/completions/subberthehut
'';
meta = with lib; {
homepage = "https://github.com/mus65/subberthehut";
description = "OpenSubtitles.org downloader";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ jqueiroz ];
mainProgram = "subberthehut";
};
}
+1
View File
@@ -1764,6 +1764,7 @@ mapAliases {
StormLib = stormlib; # Added 2024-01-21
strawberry-qt5 = throw "strawberry-qt5 has been replaced by strawberry-qt6"; # Added 2024-11-22
strelka = throw "strelka depends on Python 2.6+, and does not support Python 3."; # Added 2025-03-17
subberthehut = throw "'subberthehut' has been removed as it was unmaintained upstream"; # Added 2025-05-17
suidChroot = throw "'suidChroot' has been dropped as it was unmaintained, failed to build and had questionable security considerations"; # Added 2025-05-17
sumneko-lua-language-server = lua-language-server; # Added 2023-02-07
sumokoin = throw "sumokoin has been removed as it was abandoned upstream"; # Added 2024-11-23