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

bin+lib tmplgen

Void Linux template generator for language-specific package managers

27 releases (7 stable)

1.3.1 Mar 4, 2019
1.2.0 Jan 20, 2019
1.1.0 Dec 20, 2018
0.103.1 Dec 13, 2018
0.5.3 Nov 27, 2018

#2727 in Command line utilities

GPL-3.0-or-later

96KB
2K SLoC

tmplgen

Build Status Build Status codecov

A simple Void Linux template generator.

Usage

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.

Dependencies

~32–45MB
~815K SLoC