https://github.com/cogitri/tmplgen
Void Linux template generator for language-specific package managers
https://github.com/cogitri/tmplgen
crate gems linux packaging-tool void-linux
Last synced: 11 months ago
JSON representation
Void Linux template generator for language-specific package managers
- Host: GitHub
- URL: https://github.com/cogitri/tmplgen
- Owner: Cogitri
- License: gpl-3.0
- Created: 2018-10-30T20:35:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T09:17:14.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T22:26:40.403Z (over 1 year ago)
- Topics: crate, gems, linux, packaging-tool, void-linux
- Language: Rust
- Homepage:
- Size: 962 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# tmplgen
[](https://drone.exqa.de/Cogitri/tmplgen)
[](https://travis-ci.com/Cogitri/tmplgen)
[](https://codecov.io/gh/Cogitri/tmplgen)
A simple Void Linux template generator.
## Usage
```
USAGE:
tmplgen [FLAGS] [OPTIONS]
FLAGS:
-d, --debug Print debug info. Will overrule the verbose switch.
-f, --force Overwrite template, if it already exists.
-h, --help Prints help information.
-n, --no-prefix Don't prefix the package name with {perl-,ruby-,rust-}. Useful for updating existing packages.
which aren't prefixed.
-u, --update Check if a new version for the package is available and if so, update 'version'.
-U, --UpdateAll Same as 'update', but also update 'distfiles' and 'homepage'.
-V, --version Prints version information,
-v, --verbose Be more verbose. Is ignored if debugging is enabled.
OPTIONS:
-t, --tmpltype Explicitly sets what kind of template we want to generate.
ARGS:
Sets for which package the template should be generated.
```