Ports: Add edid-decode port
This commit is contained in:
parent
e02da2ed41
commit
e85b3fc750
Notes:
sideshowbarker
2024-07-17 09:57:53 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/e85b3fc750 Pull-request: https://github.com/SerenityOS/serenity/pull/14076 Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/timschumi
2 changed files with 7 additions and 0 deletions
|
@ -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 |
|
||||
|
|
6
Ports/edid-decode/package.sh
Executable file
6
Ports/edid-decode/package.sh
Executable file
|
@ -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'
|
Loading…
Add table
Reference in a new issue