smb-rs: add wip recipe

This commit is contained in:
Jeremy Soller 2025-05-01 16:07:58 -06:00
parent 7f6acd9bf3
commit f1c4d86841
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,9 @@
#TODO: fix aws-lc-sys compilation
[source]
git = "https://github.com/AvivNaaman/smb-rs"
[build]
template = "custom"
script = """
cookbook_cargo_packages smb-cli
"""