File tree 3 files changed +10
-43
lines changed
3 files changed +10
-43
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,24 @@ PKGNAME=imhex
2
2
PKGSEC=devel
3
3
PKGDEP__with_dotnet="dotnet-runtime-8.0"
4
4
PKGDES="A hex editor with Pattern and YARA Rule support"
5
- BUILDDEP="yara fmt nlohmann-json capstone llvm boost glfw"
5
+ PKGDEP="glfw"
6
+ BUILDDEP="yara fmt nlohmann-json capstone llvm boost zstd"
6
7
7
- CMAKE_AFTER="-DUSE_SYSTEM_FMT=ON \
8
+ CMAKE_AFTER="-G "Ninja" \
9
+ -DCMAKE_BUILD_TYPE=Release \
10
+ -DCMAKE_INSTALL_PREFIX="/usr" \
11
+ -DUSE_SYSTEM_FMT=ON \
8
12
-DUSE_SYSTEM_YARA=ON \
9
13
-DUSE_SYSTEM_NLOHMANN_JSON=ON \
10
14
-DUSE_SYSTEM_CAPSTONE=ON \
11
15
-DUSE_SYSTEM_LLVM=ON \
12
16
-DUSE_SYSTEM_BOOST=ON \
17
+ -DUSE_SYSTEM_ZSTD=ON \
13
18
-DIMHEX_ENABLE_LTO=ON \
14
19
-DIMHEX_STRIP_RELEASE=OFF \
15
20
-DIMHEX_ENABLE_UNIT_TESTS=OFF \
16
21
-DIMHEX_PATTERNS_PULL_MASTER=ON \
17
- -DIMHEX_USE_GTK_FILE_PICKER=OFF"
22
+ -DIMHEX_USE_GTK_FILE_PICKER=OFF \
23
+ -DLLVM_DIR=/usr/lib/cmake/llvm"
18
24
19
25
CMAKE_AFTER__without_dotnet="$CMAKE_AFTER -DIMHEX_EXCLUDE_PLUGINS=script_loader"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- VER=1.35.4
2
- REL=1
1
+ VER=1.37.1
3
2
SRCS="git::commit=tags/v$VER::https://github.com/WerWolv/ImHex.git"
4
3
CHKSUMS="SKIP"
5
4
CHKUPDATE="anitya::id=141621"
You can’t perform that action at this time.
0 commit comments