3 changed files with 20 additions and 0 deletions
@ -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"], |
||||
] |
Loading…
Reference in new issue