Crates.io | tmplgen |
lib.rs | tmplgen |
version | 1.3.1 |
source | src |
created_at | 2018-11-04 21:00:02.817955 |
updated_at | 2019-03-04 12:53:27.607891 |
description | Void Linux template generator for language-specific package managers |
homepage | https://github.com/Cogitri/tmplgen |
repository | https://github.com/Cogitri/tmplgen |
max_upload_size | |
id | 94716 |
size | 148,586 |
A simple Void Linux template generator.
USAGE:
tmplgen [FLAGS] [OPTIONS] <PKGNAME>
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 <crate/gem/perldist> Explicitly sets what kind of template we want to generate.
ARGS:
<PKGNAME> Sets for which package the template should be generated.