Skip to content

Commit

Permalink
imhex: Build with llvm15
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Martinez committed Feb 7, 2024
1 parent cbfcae7 commit a8169e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/imhex/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'imhex'
pkgname=imhex
version=1.30.1
revision=2
revision=3
build_wrksrc="ImHex"
build_style=cmake
build_helper=qemu
configure_args="-DIMHEX_OFFLINE_BUILD=ON -DIMHEX_STRIP_RELEASE=OFF
-DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_FMT=ON -DUSE_SYSTEM_LLVM=ON -DUSE_SYSTEM_CAPSTONE=ON
-DUSE_SYSTEM_YARA=ON -DUSE_SYSTEM_NLOHMANN_JSON=ON -DIMHEX_DISABLE_UPDATE_CHECK=ON"
hostmakedepends="pkg-config clang-tools-extra"
makedepends="libcurl-devel fmt-devel llvm jansson-devel yara-devel json-c++
makedepends="libcurl-devel fmt-devel llvm15 jansson-devel yara-devel json-c++
freetype-devel glfw-devel gtk+3-devel python3-devel file-devel mbedtls-devel
clang-tools-extra capstone-devel"
short_desc="Hex editor for reverse engineers and programmers"
Expand Down

0 comments on commit a8169e1

Please sign in to comment.