Пакет encargs: Информация

    Исходный пакет: encargs
    Версия: 0.3-alt2
    Собран:  30 марта 2024 г. 9:05
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/bonktree/encargs

    Лицензия: GPL-2.0
    О пакете: Execute an encoded command line
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    encargs (e2kv6, e2kv5, e2kv4, e2k)
    encargs-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Arseny Maslennikov

    Список участников:
    Arseny Maslennikov

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

    Последнее изменение


    28 марта 2024 г. Arseny Maslennikov 0.3-alt2
    - Drop macro cludges; no functional change for users.
    14 октября 2023 г. Arseny Maslennikov 0.3-alt1
    - Initial build for ALT Sisyphus.