Quantcast
Channel: Active questions tagged 22.04 - Ask Ubuntu
Viewing all articles
Browse latest Browse all 4466

How to create deb packages for Rust apps in Ubuntu?

$
0
0

I want to create a deb package for oxipng, which is a Rust app.

It can be locally built with cargo.

git clone https://github.com/shssoichiro/oxipng.gitcd oxipngcargo build --releasecp target/release/oxipng /usr/local/bin

How to use cargo to generate a debian package?


Viewing all articles
Browse latest Browse all 4466

Trending Articles