From e85b3fc750414045d47fa3dfa99075b535b9b8af Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 21 May 2022 19:40:46 +0300 Subject: [PATCH] Ports: Add edid-decode port --- Ports/AvailablePorts.md | 1 + Ports/edid-decode/package.sh | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100755 Ports/edid-decode/package.sh diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index e4b38de07a..84761ed49d 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -45,6 +45,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`dropbear`](dropbear/) | Dropbear SSH | 2022.82 | https://dropbear.nl/mirror/dropbear.html | | [`dungeonrush`](dungeonrush/) | DungeonRush | 1.1-beta | https://github.com/Rapiz1/DungeonRush | | [`ed`](ed/) | GNU ed | 1.18 | https://www.gnu.org/software/ed/ | +| [`edid-decode`](edid-decode/) | edid-decode | 20220315.cb74358c2896 | https://git.linuxtv.org/edid-decode | | [`emu2`](emu2/) | emu2 DOS emulator | 2021.01 | https://github.com/dmsc/emu2 | | [`epsilon`](epsilon/) | graphical calculator simulator | 15.5.0 | https://github.com/numworks/epsilon | | [`ffmpeg`](ffmpeg/) | ffmpeg | 5.0 | https://ffmpeg.org | diff --git a/Ports/edid-decode/package.sh b/Ports/edid-decode/package.sh new file mode 100755 index 0000000000..28d9d12adf --- /dev/null +++ b/Ports/edid-decode/package.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env -S bash ../.port_include.sh +port='edid-decode' +version='20220315.cb74358c2896' +workdir="${port}-0.1~git${version}" +files="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/edid-decode/0.1~git${version}-1/edid-decode_0.1~git${version}.orig.tar.xz edid-decode_0.1~git${version}.orig.tar.xz 3cb9903663d71b571480ec5cfd88c4c8dd3e77d352b3e2533c3426d61ae296b2" +auth_type='sha256'