Bundle with cargo deb
This commit is contained in:
parent
4c833c591c
commit
eb95394a86
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/target
|
||||||
|
/Cargo.lock
|
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[package]
|
||||||
|
name = "ghe-fast-tools"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Patrick Lühne <patrick@luehne.de>"]
|
||||||
|
description = "Fast replacements for the GitHub admin tools"
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
|
[package.metadata.deb]
|
||||||
|
assets = [
|
||||||
|
["github-fast-env/github-fast-envd.rb", "usr/bin/github-fast-envd", "755"],
|
||||||
|
["github-fast-env/github-fast-env.rb", "usr/bin/github-fast-env", "755"],
|
||||||
|
["github-fast-env/systemd/github-fast-envd.service", "usr/lib/systemd/system/", "644"],
|
||||||
|
["ghe-fast-tools/ghe-fast-console.rb", "usr/lib/github-fast-env/", "644"],
|
||||||
|
["ghe-fast-tools/bin/ghe-fast-console.rb", "usr/bin/ghe-fast-console", "755"],
|
||||||
|
]
|
3
src/main.rs
Normal file
3
src/main.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
fn main()
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user