mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
New package: boomerang-0.5.2
This commit is contained in:
parent
3b9ce10087
commit
b1d6a07a4d
2 changed files with 33 additions and 0 deletions
12
srcpkgs/boomerang/patches/dont_include_toolchain-file.patch
Normal file
12
srcpkgs/boomerang/patches/dont_include_toolchain-file.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- CMakeLists.txt
|
||||||
|
+++ CMakeLists.txt
|
||||||
|
@@ -16,9 +16,6 @@
|
||||||
|
set(CMAKE_TOOLCHAIN_FILE "$ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" CACHE STRING "")
|
||||||
|
endif (DEFINED ENV{VCPKG_ROOT} AND NOT DEFINED CMAKE_TOOLCHAIN_FILE)
|
||||||
|
|
||||||
|
-if (CMAKE_TOOLCHAIN_FILE)
|
||||||
|
- include("${CMAKE_TOOLCHAIN_FILE}")
|
||||||
|
-endif (CMAKE_TOOLCHAIN_FILE)
|
||||||
|
|
||||||
|
|
||||||
|
set(CMAKE_WARN_DEPRECATED ON)
|
21
srcpkgs/boomerang/template
Normal file
21
srcpkgs/boomerang/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'boomerang'
|
||||||
|
pkgname=boomerang
|
||||||
|
version=0.5.2
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBOOMERANG_BUILD_REGRESSION_TESTS=TRUE"
|
||||||
|
make_check_target="check"
|
||||||
|
hostmakedepends="flex qt5-devel"
|
||||||
|
makedepends="qt5-devel capstone-devel"
|
||||||
|
checkdepends="python3"
|
||||||
|
short_desc="General, open source machine code decompiler"
|
||||||
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/BoomerangDecompiler/boomerang"
|
||||||
|
distfiles="https://github.com/BoomerangDecompiler/boomerang/archive/v${version}.tar.gz"
|
||||||
|
checksum=1d2c9c2f5de1a3e1d5fe3879e82bca268d1c49e6ba3d0a7848695f18c594384d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.TERMS
|
||||||
|
rm ${DESTDIR}/usr/share/boomerang/LICENSE.TERMS
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue