Open2023/04/05にコメント追加2rustによるDebianのdebパッケージ作成メモRustDebiandebyuna2023/04/05rustによるdebパッケージ生成は、こちらのモジュール利用 https://github.com/mdsteele/rust-ar/blob/b5fd0a1c0a130ae3932cc201f66b94491399c54b/src/archive.rs ※pop-osが作成中のモジュールもあるが、まだ生成部分は未実装 https://github.com/pop-os/debarchive 参考サイト https://walf443.hatenablog.com/entry/20090616/1245111017 https://qiita.com/ekzemplaro/items/9687ad6f6e2f0db34865 https://qiita.com/ukinau/items/dd6b7ebfcf56f18ff432 yuna2023/04/05tauriのbundlerが、上記の"rust-ar"を使っている。 が、postinstやprerm などの前処理・後処理については未実装(※2023/4/5時点)のため、bundlerを改造して機能追加。 https://github.com/tauri-apps/tauri/blob/dev/tooling/bundler/src/bundle/linux/debian.rs 改造中のbundler https://github.com/generalworksinc/simple-rust-bundler
yuna2023/04/05rustによるdebパッケージ生成は、こちらのモジュール利用 https://github.com/mdsteele/rust-ar/blob/b5fd0a1c0a130ae3932cc201f66b94491399c54b/src/archive.rs ※pop-osが作成中のモジュールもあるが、まだ生成部分は未実装 https://github.com/pop-os/debarchive 参考サイト https://walf443.hatenablog.com/entry/20090616/1245111017 https://qiita.com/ekzemplaro/items/9687ad6f6e2f0db34865 https://qiita.com/ukinau/items/dd6b7ebfcf56f18ff432
yuna2023/04/05tauriのbundlerが、上記の"rust-ar"を使っている。 が、postinstやprerm などの前処理・後処理については未実装(※2023/4/5時点)のため、bundlerを改造して機能追加。 https://github.com/tauri-apps/tauri/blob/dev/tooling/bundler/src/bundle/linux/debian.rs 改造中のbundler https://github.com/generalworksinc/simple-rust-bundler