From: xf0r3m Date: Sun, 19 Apr 2026 10:53:12 +0000 (+0200) Subject: Dodanie struktury ułatwiającej instalację oraz pliku z zależnościami do budowy pakiet... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=117a5e75ebf7f20abbeb08116b85067296b0bd4e;p=immudex-tools.git Dodanie struktury ułatwiającej instalację oraz pliku z zależnościami do budowy pakietów Debian. --- diff --git a/immudex-cdrip b/bin/immudex-cdrip similarity index 100% rename from immudex-cdrip rename to bin/immudex-cdrip diff --git a/immudex-create-media b/bin/immudex-create-media similarity index 100% rename from immudex-create-media rename to bin/immudex-create-media diff --git a/immudex-crypt b/bin/immudex-crypt similarity index 100% rename from immudex-crypt rename to bin/immudex-crypt diff --git a/immudex-meteo b/bin/immudex-meteo similarity index 100% rename from immudex-meteo rename to bin/immudex-meteo diff --git a/immudex-motd/immudex-motd b/bin/immudex-motd similarity index 100% rename from immudex-motd/immudex-motd rename to bin/immudex-motd diff --git a/immudex-pl b/bin/immudex-pl similarity index 100% rename from immudex-pl rename to bin/immudex-pl diff --git a/immudex-shoutcasts b/bin/immudex-shoutcasts similarity index 100% rename from immudex-shoutcasts rename to bin/immudex-shoutcasts diff --git a/immudex-ytplay b/bin/immudex-ytplay similarity index 100% rename from immudex-ytplay rename to bin/immudex-ytplay diff --git a/dependencies.txt b/dependencies.txt new file mode 100644 index 0000000..5ca56e9 --- /dev/null +++ b/dependencies.txt @@ -0,0 +1,10 @@ +immudex-cdrip { bash (>=5.2.15), icedax (>=9:1.1.11-3), cdparanoia (>=3.10.2) } +immudex-create-media { bash (>=5.2.15), parted (>=3.5-3), dosfstools (>=4.2-1), grub2 (>=2.06-13), grub-efi-ia32-bin (>=2.06-13) } +immudex-crypt { bash (>=5.2.15), cryptsetup (>=2.6.1-4) } +immudex-meteo { bash (>=5.2.15), curl (>=7.88.1-10) } +immudex-motd { bash (>=5.2.15), figlet (>=2.2.5-3), lolcat (>=100.0.1-3), immudex-meteo (>=1.0) } +immudex-pl { bash (>=5.2.15), mpv (>=0.35.1-4), yt-dlp (>=2023.03.04-1) } +immudex-shoutcasts { bash (>=5.2.15), wget (>=1.21.3-1), dos2unix (>=7.4.3-1), mpv (>=0.35.1-4) } +immudex-ytplay { python3 (>=3.11.2-1), mpv (>=0.35.1-4), yt-dlp (>=2023.03.04-1), python3-youtube-search (>=2.2.0) } +python3-youtube-search { python3 (>=3.11.2-1), python3-pip (>=23.0.1) } + diff --git a/immudex-motd/motd.conf b/misc/motd.conf similarity index 100% rename from immudex-motd/motd.conf rename to misc/motd.conf