Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37045832
en ru br
ALT Linux repositórios
S:0.1.3-alt1

Group :: Desenvolvimento/Haskell
RPM: ghc8.6.4-echo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define ghc_version 8.6.4
%define hsc_name ghc
%define hsc_version %ghc_version
%define hsc_namever %hsc_name%hsc_version
%define h_pkg_name echo
%define f_pkg_name echo
%define pkg_libdir %_libdir/%hsc_name-%hsc_version/%h_pkg_name-%version

Name: %hsc_namever-%f_pkg_name
Version: 0.1.3
Release: alt1
License: BSD3
Packager: Evgeny Sinelnikov <sin at altlinux.org>
Group: Development/Haskell
Url: https://github.com/RyanGlScott/echo
Source: %name-%version.tar
Patch: %name-%version-%release.patch
Summary: A cross-platform, cross-console way to handle echoing terminal input

BuildPreReq: haskell(abi) = %ghc_version


%description
The  at base at  library exposes the  at hGetEcho at  and  at hSetEcho at  functions for
querying and setting echo status, but unfortunately, neither function works
with MinTTY consoles on Windows. This is a serious issue, since  at hGetEcho at
and  at hSetEcho at  are often used to disable input echoing when a program
prompts for a password, so many programs will reveal your password as you
type it on MinTTY!

This library provides an alternative interface which works with both MinTTY
and other consoles. An example is included which demonstrates how one might
prompt for a password using this library. To build it, make sure to
configure with the  at -fexample at  flag.

%prep
%setup
%patch -p1

%build
%hs_configure2
%hs_build

%install
%hs_install
%hs_gen_filelist

%files -f %name-files.all

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009