6 Commits

Author SHA1 Message Date
Christoph Reiter
11a162b0e5 repo: make file executable permissions match the cygwin derived status
In case we have a git clone from Linux that is accessed via cygwin git
the files executable status will be derived from the file content (shebang)
and won't match the git repo, leading to a initially dirty tree.

This can be worked around by setting "core.filemode=false", but let's try
to match the cygwin permissions with the in-repo permissions so this isn't
needed.
2024-04-14 15:17:42 +02:00
Christoph Reiter
19db64a71a More CPEs and anitya IDs 2024-03-27 17:37:54 +01:00
مهدي شينون (Mehdi Chinoune)
c114fd3763
rlwrap: update to 0.46.1 2022-12-02 13:20:42 +05:30
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Alexey Pavlov
2704074aff rlwrap: Fix PKGBUILD 2019-11-12 10:34:25 +03:00
Rafael Kitover
1e4dfcbfd9 new package: rlwrap-0.43 (#1609)
This is a very useful little utility that gives you readline editing for
any program with a prompt, and it works perfectly for native windows
programs as well (e.g. rlwrap powershell works fine.)

Can be a nice alternative to winpty for some things.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2019-11-12 08:06:24 +03:00