You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
708 B
17 lines
708 B
[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/bin/github-fast-envd", "usr/bin/", "755"], |
|
["github-fast-env/bin/github-fast-env", "usr/bin/", "755"], |
|
["github-fast-env/github-fast-env.rb", "usr/lib/github-fast-env/", "755"], |
|
["github-fast-env/preload.rb", "usr/lib/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/ghe-fast-tools/", "644"], |
|
["ghe-fast-tools/bin/ghe-fast-console", "usr/bin/", "755"], |
|
]
|
|
|