From ecbbdb2b288d9a8ed1949ef22bf5d8c462da3540 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 27 Feb 2025 06:35:34 +0100 Subject: [PATCH] r2dec_js, revbump, fix description (#11829) --- dev-util/r2dec_js/r2dec_js-5.9.8.recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-util/r2dec_js/r2dec_js-5.9.8.recipe b/dev-util/r2dec_js/r2dec_js-5.9.8.recipe index 38680a03c..4b1d9ea07 100644 --- a/dev-util/r2dec_js/r2dec_js-5.9.8.recipe +++ b/dev-util/r2dec_js/r2dec_js-5.9.8.recipe @@ -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"