Package encargs: Information

    Source package: encargs
    Version: 0.3-alt2
    Latest version according to Repology
    Build time:  Mar 28, 2024, 07:32 PM in the task #343852
    Category: File tools
    Report package bug
    License: GPL-2.0
    Summary: Execute an encoded command line
    Description: 
    encargs takes a printable-encoded operand as its only non-option argument,
    decodes it and interprets the result as a NUL-separated command line to be
    passed to execv(3). It leaves its standard input untouched. It is vaguely
    analogous to POSIX xargs: where xargs -0 takes word lists from standard input,
    encargs takes a single word list from its first argument, though the NUL byte
    is a word separator in the input of encargs.
    The supported printable encodings are picked such that the encoded data is not
    mangled by UNIX shell word split.

    List of rpms provided by this srpm:
    encargs (x86_64, ppc64le, i586, aarch64)
    encargs-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Arseny Maslennikov

    List of contributors:
    Arseny Maslennikov

    ACL:
    Arseny Maslennikov
    @everybody

      1. gcc
      2. muon
      3. rpm-macros-muon >= 0.2.0-alt2

    Last changed


    March 28, 2024 Arseny Maslennikov 0.3-alt2
    - Drop macro cludges; no functional change for users.
    Oct. 14, 2023 Arseny Maslennikov 0.3-alt1
    - Initial build for ALT Sisyphus.