mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 20:55:35 +03:00
Ports: Add minimalistic r0 hexadecimal editor
This commit is contained in:
parent
96167e39e7
commit
4ac8d9c2ac
Notes:
sideshowbarker
2024-07-18 10:09:26 +09:00
Author: https://github.com/radare 🔰 Commit: https://github.com/SerenityOS/serenity/commit/4ac8d9c2ac8 Pull-request: https://github.com/SerenityOS/serenity/pull/8530
9
Ports/r0/package.sh
Executable file
9
Ports/r0/package.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=r0
|
||||
version=0.8
|
||||
useconfigure=false
|
||||
workdir=$port-$version
|
||||
files="https://codeload.github.com/radareorg/r0/tar.gz/refs/tags/$version r0-$version.tar.gz a31722838a21cd3391c41bbb2e63f60552544244362b21f6d9a30d6c24c43bbe"
|
||||
auth_type=sha256
|
||||
depends=""
|
||||
|
Loading…
Reference in New Issue
Block a user