File tree Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 2929 include capstone-v5.mk
3030endif
3131include qjs.mk
32+
3233include zydis.mk
34+ zydis : ${WRAP_wrap_file_directory}
Original file line number Diff line number Diff line change 11# This file is autogenerated by acr-wrap
22
3- WRAP_wrap_git_url: =https://github.com/zyantific/ zydis.git
4- WRAP_wrap_git_revision: = v4.1.1
5- WRAP_wrap_git_directory : =zydis
6- WRAP_wrap_git_depth: =1
3+ WRAP_wrap_file_directory: = zydis-4.1.1
4+ WRAP_wrap_file_source_url: =https://github.com/zyantific/zydis/archive/refs/tags/ v4.1.1.tar.gz
5+ WRAP_wrap_file_source_filename : =zydis-v4.1.1.tar.gz
6+ WRAP_wrap_file_source_hash: =943f91eb9ab2a8cc01ab9f8b785e769a273502071e0ee8011cdfcaad93947cec
77
8- .PHONY : zydis zydis_clean zydis_all
8+ .PHONY : zydis-4.1.1_clean zydis-4.1.1_all
99
10- zydis :
11- if [ ! -d " zydis" -o " v4 .1.1 " != " $( shell cd zydis 2> /dev/null && git rev-parse HEAD ) " ] ; then rm -rf " zydis " ; ${MAKE} zydis_all ; fi
10+ zydis-4.1.1 :
11+ ${MAKE} ${MAKE_FLAGS} zydis-4 .1.1_all
1212
13- zydis_all :
14- git clone --no-checkout --depth=1 https://github.com/zyantific/zydis.git zydis
15- cd zydis && git fetch --depth=1 origin v4.1.1
16- cd zydis && git checkout FETCH_HEAD
13+ zydis-4.1.1_all :
14+ curl -Lo zydis-v4.1.1.tar.gz https://github.com/zyantific/zydis/archive/refs/tags/v4.1.1.tar.gz
15+ echo Check 943f91eb9ab2a8cc01ab9f8b785e769a273502071e0ee8011cdfcaad93947cec
16+ tar xzf zydis-v4.1.1.tar.gz
17+ cd zydis-4.1.1
1718
18- zydis_clean :
19- rm -rf zydis
19+ zydis-4.1.1_clean :
20+ rm -rf zydis-4.1.1
Original file line number Diff line number Diff line change 1- [wrap-git ]
2- url = https://github.com/zyantific/ zydis.git
3- revision = v4.1.1
4- directory = zydis
5- depth = 1
1+ [wrap-file ]
2+ directory = zydis-4.1.1
3+ source_url = https://github.com/zyantific/zydis/archive/refs/tags/ v4.1.1.tar.gz
4+ source_filename = zydis-v4.1.1.tar.gz
5+ source_hash = 943f91eb9ab2a8cc01ab9f8b785e769a273502071e0ee8011cdfcaad93947cec
You can’t perform that action at this time.
0 commit comments