16 lines
533 B
Makefile
16 lines
533 B
Makefile
|
package=crate_fpe
|
||
|
$(package)_crate_name=fpe
|
||
|
$(package)_version=0.1.0
|
||
|
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name)
|
||
|
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate
|
||
|
$(package)_sha256_hash=ce3371c82bfbd984f624cab093f55e7336f5a6e589f8518e1258f54f011b89ad
|
||
|
$(package)_crate_versioned_name=$($(package)_crate_name)
|
||
|
|
||
|
define $(package)_preprocess_cmds
|
||
|
$(call generate_crate_checksum,$(package))
|
||
|
endef
|
||
|
|
||
|
define $(package)_stage_cmds
|
||
|
$(call vendor_crate_source,$(package))
|
||
|
endef
|