mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
r2dec_js, revbump, fix description (#11829)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
SUMMARY="Pseudo-code decompiler for radare2"
|
||||
DESCRIPTION="r2dec-js, a radare2 plugin - converts asm to pseudo-C code"
|
||||
DESCRIPTION="r2dec-js is a decompiler, written in javascript, that converts assembly code into \
|
||||
pseudo-C. It aids users in understanding assembly by providing readable high-level explanations, \
|
||||
making low-level programming more accessible and facilitating debugging across diverse hardware \
|
||||
platforms."
|
||||
HOMEPAGE="https://github.com/wargio/r2dec-js/"
|
||||
COPYRIGHT="2020-2023 Giovanni Dante Grazioli
|
||||
2018-2019 elicn
|
||||
@@ -11,7 +14,7 @@ COPYRIGHT="2020-2023 Giovanni Dante Grazioli
|
||||
2023 Marcin Kolny"
|
||||
LICENSE="BSD (3-clause)
|
||||
MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/wargio/r2dec-js/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ff8694f7ed5ced04c5119545b06adcc089393c05154e35c0bdc2b9fb43e052c3"
|
||||
SOURCE_DIR="r2dec-js-$portVersion"
|
||||
|
||||
Reference in New Issue
Block a user