项目作者: Cogitri

项目描述 :
Void Linux template generator for language-specific package managers
高级语言: Rust
项目地址: git://github.com/Cogitri/tmplgen.git
创建时间: 2018-10-30T20:35:27Z
项目社区:https://github.com/Cogitri/tmplgen

开源协议:GNU General Public License v3.0

下载


tmplgen

Build Status
Build Status
codecov

A simple Void Linux template generator.

Usage

  1. USAGE:
  2. tmplgen [FLAGS] [OPTIONS] <PKGNAME>
  3. FLAGS:
  4. -d, --debug Print debug info. Will overrule the verbose switch.
  5. -f, --force Overwrite template, if it already exists.
  6. -h, --help Prints help information.
  7. -n, --no-prefix Don't prefix the package name with {perl-,ruby-,rust-}. Useful for updating existing packages.
  8. which aren't prefixed.
  9. -u, --update Check if a new version for the package is available and if so, update 'version'.
  10. -U, --UpdateAll Same as 'update', but also update 'distfiles' and 'homepage'.
  11. -V, --version Prints version information,
  12. -v, --verbose Be more verbose. Is ignored if debugging is enabled.
  13. OPTIONS:
  14. -t, --tmpltype <crate/gem/perldist> Explicitly sets what kind of template we want to generate.
  15. ARGS:
  16. <PKGNAME> Sets for which package the template should be generated.