1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 20:17:46 +00:00

Ports: Add edid-decode port

This commit is contained in:
Liav A 2022-05-21 19:40:46 +03:00 committed by Linus Groh
parent e02da2ed41
commit e85b3fc750
2 changed files with 7 additions and 0 deletions

6
Ports/edid-decode/package.sh Executable file
View 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'