mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
Ports: Add radare2-5.4.0-git package
This commit is contained in:
parent
5397845a41
commit
633dc74606
2 changed files with 13 additions and 0 deletions
12
Ports/radare2/package.sh
Executable file
12
Ports/radare2/package.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=radare2
|
||||
version=5.4.0-git
|
||||
useconfigure=true
|
||||
workdir=$port-$version
|
||||
files="https://codeload.github.com/radareorg/radare2/tar.gz/refs/tags/$version radare2-$version.tar.gz c5e98cd4ea011dde2f08e68144e98e85e82fe45eef92a17dedc06e9404da117e"
|
||||
auth_type=sha256
|
||||
configopts="--disable-debugger --with-ostype=serenityos --host=i686-serenityos"
|
||||
|
||||
pre_configure() {
|
||||
cp -f "$workdir/dist/plugins-cfg/plugins.tiny.cfg" "$workdir/plugins.cfg"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue