dh-cargo-built-using
debhelper buildsystem for Rust crates using Cargo
Install
- All systems
-
curl cmd.cat/dh-cargo-built-using.sh
- Debian
-
apt-get install dh-cargo
- Ubuntu
-
apt-get install dh-cargo
- Kali Linux
-
apt-get install dh-cargo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dh-cargo
- Dockerfile
- dockerfile.run/dh-cargo-built-using
dh-cargo
debhelper buildsystem for Rust crates using Cargo
dh-cargo provides a debhelper buildsystem to build Rust crates using Cargo. Debian packages can use this buildsystem by passing "--buildsystem cargo" to dh; doing so allows commands like dh_auto_install and dh_auto_clean to work on a Cargo package. Debian packages generated by debcargo use this buildsystem.