devel/radare2-cutter: import radare2-cutter-1.2
A Qt and C++ GUI for radare2 reverse engineering framework (originally named Iaito).
This commit is contained in:
parent
ad8445235e
commit
4656520bb0
4 changed files with 63 additions and 0 deletions
2
devel/radare2-cutter/DESCR
Normal file
2
devel/radare2-cutter/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
A Qt and C++ GUI for radare2 reverse engineering framework
|
||||
(originally named Iaito).
|
47
devel/radare2-cutter/Makefile
Normal file
47
devel/radare2-cutter/Makefile
Normal file
|
@ -0,0 +1,47 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/02/19 01:48:57 kamil Exp $
|
||||
|
||||
DISTNAME= cutter-1.2
|
||||
PKGNAME= radare2-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=radareorg/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/radareorg/cutter/
|
||||
COMMENT= Qt and C++ GUI for radare2 reverse engineering framework
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_TOOLS+= gmake pax
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
CONFIGURE_DIRS= ${WRKDIR}/build
|
||||
CMAKE_ARG_PATH= ${WRKSRC}
|
||||
|
||||
INSTALLATION_DIRS+= bin share/applications share/icons/hicolor/scalable/apps
|
||||
INSTALLATION_DIRS+= share/doc/${PKGBASE}
|
||||
|
||||
post-extract:
|
||||
${RUN} mkdir -p ${WRKDIR}/build
|
||||
|
||||
do-install:
|
||||
${RUN} cd ${WRKDIR}/build && \
|
||||
${INSTALL_PROGRAM} cutter \
|
||||
${DESTDIR}${PREFIX}/bin/cutter
|
||||
${RUN} cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} cutter.desktop \
|
||||
${DESTDIR}${PREFIX}/share/applications/cutter.desktop
|
||||
${RUN} cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} img/cutter.svg \
|
||||
${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cutter.svg
|
||||
${RUN} cd ${WRKDIR}/${DISTNAME}/docs && \
|
||||
${PAX} -wr * ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
||||
|
||||
.include "../../devel/radare2/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtsvg/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
devel/radare2-cutter/PLIST
Normal file
8
devel/radare2-cutter/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/02/19 01:48:57 kamil Exp $
|
||||
bin/cutter
|
||||
share/applications/cutter.desktop
|
||||
share/doc/radare2-cutter/Common-errors.md
|
||||
share/doc/radare2-cutter/Compiling-on-Windows.md
|
||||
share/doc/radare2-cutter/Compiling-with-CMake.md
|
||||
share/doc/radare2-cutter/screenshot.png
|
||||
share/icons/hicolor/scalable/apps/cutter.svg
|
6
devel/radare2-cutter/distinfo
Normal file
6
devel/radare2-cutter/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/02/19 01:48:57 kamil Exp $
|
||||
|
||||
SHA1 (cutter-1.2.tar.gz) = b42647f1d43b52334ed164d81f58ccf11d45be52
|
||||
RMD160 (cutter-1.2.tar.gz) = c90c9eff952584c01da0ac562cee60d83170d7f5
|
||||
SHA512 (cutter-1.2.tar.gz) = 75cc3b03e6adfa2833cd306c760ef101d5ae7534c417fd3fbaf1f472223d79ff23d84d35e4a1bd8fd1ddb5b26d1d241dccc003ca6702fba505939f80a48f72a7
|
||||
Size (cutter-1.2.tar.gz) = 654893 bytes
|
Loading…
Reference in a new issue