mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-31 10:49:02 +00:00
depends: utf8proc: update to 2.9.0
This commit is contained in:
parent
89f40389b1
commit
249e31f5fa
1 changed files with 7 additions and 12 deletions
|
@ -1,28 +1,23 @@
|
|||
package=utf8proc
|
||||
$(package)_version=2.8.0
|
||||
$(package)_download_path=https://github.com/JuliaStrings/utf8proc/archive/refs/tags/
|
||||
$(package)_download_file=v$($(package)_version).tar.gz
|
||||
$(package)_version=2.9.0
|
||||
$(package)_download_path=https://github.com/JuliaStrings/utf8proc/releases/download/v$($(package)_version)/
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash=a0a60a79fe6f6d54e7d411facbfcc867a6e198608f2cd992490e46f04b1bcecc
|
||||
$(package)_sha256_hash=bd215d04313b5bc42c1abedbcb0a6574667e31acee1085543a232204e36384c4
|
||||
$(package)_patches=force_static.patch
|
||||
$(package)_build_subdir=build
|
||||
|
||||
define $(package)_preprocess_cmds
|
||||
patch -p1 < $($(package)_patch_dir)/force_static.patch
|
||||
endef
|
||||
|
||||
define $(package)_config_cmds
|
||||
echo "$($(package)_cmake)" && \
|
||||
mkdir build && \
|
||||
cd build && \
|
||||
$($(package)_cmake) ..
|
||||
$($(package)_cmake) -S .. -B .
|
||||
endef
|
||||
|
||||
define $(package)_build_cmds
|
||||
cd build && \
|
||||
$(MAKE)
|
||||
$(MAKE)
|
||||
endef
|
||||
|
||||
define $(package)_stage_cmds
|
||||
cd build && \
|
||||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
||||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue