mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-01 01:47:42 +00:00
10 lines
No EOL
419 B
Makefile
10 lines
No EOL
419 B
Makefile
package=tor_mingw32
|
|
$(package)_version=0.4.8.9
|
|
$(package)_download_path=https://dist.torproject.org/torbrowser/13.0.5/
|
|
$(package)_file_name=tor-expert-bundle-windows-x86_64-13.0.5.tar.gz
|
|
$(package)_sha256_hash=e3b885da9a53c3c734ddf1683deb520d545f899748d8f53f143d3a545a2ef1e9
|
|
|
|
define $(package)_stage_cmds
|
|
mkdir -p $($(package)_staging_prefix_dir)/Tor/ && \
|
|
cp tor.exe $($(package)_staging_prefix_dir)/Tor/
|
|
endef |