#linux #template-generator #binary #package-manager #cli #void-linux

bin+lib tmplgen

针对特定语言包管理器的 Void Linux 模板生成器

27 个版本 (7 个稳定版)

1.3.1 2019 年 3 月 4 日
1.2.0 2019 年 1 月 20 日
1.1.0 2018 年 12 月 20 日
0.103.1 2018 年 12 月 13 日
0.5.3 2018 年 11 月 27 日

#2834命令行工具

每月 40 次下载

GPL-3.0-or-later

96KB
2K SLoC

tmplgen

Build Status Build Status codecov

一个简单的 Void Linux 模板生成器。

用法

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.

依赖项

~30–41MB
~774K SLoC