mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
9 lines
227 B
TOML
9 lines
227 B
TOML
#TODO missing script for gnu make: https://github.com/hashcat/hashcat/blob/master/BUILD.md
|
|
[source]
|
|
tar = "https://hashcat.net/files/hashcat-7.1.2.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dev-dependencies = [
|
|
"host:python312"
|
|
]
|