b0e7b6992f
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix swh) would sometimes return #f for these because the ".git" URLs are redirects to the non-".git" URLs. Consequently, 'guix lint -c archival' would keep saying "scheduled Software Heritage archival"; likewise, the fallback download code would fail. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm, gnu/packages/android.scm, gnu/packages/animation.scm, gnu/packages/arcan.scm, gnu/packages/assembly.scm, gnu/packages/audio.scm, gnu/packages/authentication.scm, gnu/packages/avr.scm, gnu/packages/axoloti.scm, gnu/packages/backup.scm, gnu/packages/bash.scm, gnu/packages/benchmark.scm, gnu/packages/bioconductor.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/boost.scm, gnu/packages/build-tools.scm, gnu/packages/c.scm, gnu/packages/calendar.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/chez.scm, gnu/packages/clojure.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/compton.scm, gnu/packages/coq.scm, gnu/packages/cpp.scm, gnu/packages/cran.scm, gnu/packages/crypto.scm, gnu/packages/curl.scm, gnu/packages/databases.scm, gnu/packages/datastructures.scm, gnu/packages/debug.scm, gnu/packages/disk.scm, gnu/packages/distributed.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/dns.scm, gnu/packages/docker.scm, gnu/packages/education.scm, gnu/packages/efi.scm, gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/embedded.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/erlang.scm, gnu/packages/fabric-management.scm, gnu/packages/file-systems.scm, gnu/packages/finance.scm, gnu/packages/firmware.scm, gnu/packages/flashing-tools.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/fpga.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/genealogy.scm, gnu/packages/genimage.scm, gnu/packages/geo.scm, gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/gnome-xyz.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/golang.scm, gnu/packages/gpodder.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/groff.scm, gnu/packages/groovy.scm, gnu/packages/gtk.scm, gnu/packages/guile-xyz.scm, gnu/packages/guile.scm, gnu/packages/hardware.scm, gnu/packages/haskell-apps.scm, gnu/packages/haskell-xyz.scm, gnu/packages/hexedit.scm, gnu/packages/i2p.scm, gnu/packages/ibus.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/ipfs.scm, gnu/packages/java-graphics.scm, gnu/packages/java-maths.scm, gnu/packages/java.scm, gnu/packages/javascript.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/jupyter.scm, gnu/packages/kodi.scm, gnu/packages/language.scm, gnu/packages/lego.scm, gnu/packages/less.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm, gnu/packages/lirc.scm, gnu/packages/lisp-xyz.scm, gnu/packages/llvm.scm, gnu/packages/logging.scm, gnu/packages/lolcode.scm, gnu/packages/lua.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/maths.scm, gnu/packages/maven.scm, gnu/packages/mes.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/node-xyz.scm, gnu/packages/ocaml.scm, gnu/packages/ocr.scm, gnu/packages/onc-rpc.scm, gnu/packages/opencl.scm, gnu/packages/opencog.scm, gnu/packages/pantheon.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/perl6.scm, gnu/packages/phabricator.scm, gnu/packages/popt.scm, gnu/packages/printers.scm, gnu/packages/prolog.scm, gnu/packages/protobuf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/qt.scm, gnu/packages/radio.scm, gnu/packages/rails.scm, gnu/packages/rdf.scm, gnu/packages/rednotebook.scm, gnu/packages/rpc.scm, gnu/packages/rsync.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/screen.scm, gnu/packages/security-token.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/shellutils.scm, gnu/packages/simh.scm, gnu/packages/sml.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/stenography.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/synergy.scm, gnu/packages/telephony.scm, gnu/packages/terminals.scm, gnu/packages/tex.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tmux.scm, gnu/packages/tor.scm, gnu/packages/toys.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/virtualization.scm, gnu/packages/vlang.scm, gnu/packages/vnc.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wireservice.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
342 lines
13 KiB
Scheme
342 lines
13 KiB
Scheme
;;; GNU Guix --- Functional package management for GNU
|
|
;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
|
|
;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
|
|
;;; Copyright © 2016 Christopher Baines <mail@cbaines.net>
|
|
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
|
|
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
|
;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
|
|
;;; Copyright © 2019 Collin J. Doering <collin@rekahsoft.ca>
|
|
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
|
;;;
|
|
;;; This file is part of GNU Guix.
|
|
;;;
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
;;; under the terms of the GNU General Public License as published by
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
;;; your option) any later version.
|
|
;;;
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
;;; GNU General Public License for more details.
|
|
;;;
|
|
;;; You should have received a copy of the GNU General Public License
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
(define-module (gnu packages shellutils)
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
#:use-module (guix utils)
|
|
#:use-module (guix packages)
|
|
#:use-module (guix download)
|
|
#:use-module (guix git-download)
|
|
#:use-module (guix build-system gnu)
|
|
#:use-module (guix build-system go)
|
|
#:use-module (guix build-system python)
|
|
#:use-module (gnu packages autotools)
|
|
#:use-module (gnu packages base)
|
|
#:use-module (gnu packages golang)
|
|
#:use-module (gnu packages ncurses)
|
|
#:use-module (gnu packages pkg-config)
|
|
#:use-module (gnu packages python)
|
|
#:use-module (gnu packages readline)
|
|
#:use-module (gnu packages ruby)
|
|
#:use-module (gnu packages shells)
|
|
#:use-module (gnu packages tmux))
|
|
|
|
(define-public zsh-autosuggestions
|
|
(package
|
|
(name "zsh-autosuggestions")
|
|
(version "0.6.4")
|
|
(source (origin
|
|
(method git-fetch)
|
|
(uri (git-reference
|
|
(url "https://github.com/zsh-users/zsh-autosuggestions")
|
|
(commit (string-append "v" version))))
|
|
(file-name (git-file-name name version))
|
|
(sha256
|
|
(base32
|
|
"0h52p2waggzfshvy1wvhj4hf06fmzd44bv6j18k3l9rcx6aixzn6"))))
|
|
(build-system gnu-build-system)
|
|
(native-inputs
|
|
`(("ruby" ,ruby)
|
|
("ruby-byebug" ,ruby-byebug)
|
|
("ruby-pry" ,ruby-pry)
|
|
("ruby-rspec" ,ruby-rspec)
|
|
("ruby-rspec-wait" ,ruby-rspec-wait)
|
|
("tmux" ,tmux)
|
|
("zsh" ,zsh)))
|
|
(arguments
|
|
'(#:phases
|
|
(modify-phases %standard-phases
|
|
(delete 'configure)
|
|
(replace 'check ; Tests use ruby's bundler; instead execute rspec directly.
|
|
(lambda _
|
|
(setenv "TMUX_TMPDIR" (getenv "TMPDIR"))
|
|
(setenv "SHELL" (which "zsh"))
|
|
(invoke "rspec")))
|
|
(replace 'install
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
(zsh-plugins
|
|
(string-append out "/share/zsh/plugins/zsh-autosuggestions")))
|
|
(invoke "make" "all")
|
|
(install-file "zsh-autosuggestions.zsh" zsh-plugins)
|
|
#t))))))
|
|
(home-page "https://github.com/zsh-users/zsh-autosuggestions")
|
|
(synopsis "Fish-like autosuggestions for zsh")
|
|
(description
|
|
"Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands
|
|
as you type.")
|
|
(license license:expat)))
|
|
|
|
(define-public sh-z
|
|
(package
|
|
(name "sh-z")
|
|
(version "1.11")
|
|
(source (origin
|
|
(method git-fetch)
|
|
(uri (git-reference
|
|
(url "https://github.com/rupa/z")
|
|
(commit (string-append "v" version))))
|
|
(file-name (git-file-name name version))
|
|
(sha256
|
|
(base32
|
|
"13zbgkj6y0qhvn5jpkrqbd4jjxjr789k228iwma5hjfh1nx7ghyb"))))
|
|
(build-system gnu-build-system)
|
|
(arguments
|
|
`(#:tests? #f ; No tests provided
|
|
#:phases
|
|
(modify-phases %standard-phases
|
|
(delete 'configure)
|
|
(delete 'build)
|
|
(replace 'install
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
(man (string-append out "/share/man/man1"))
|
|
(bin (string-append out "/bin")))
|
|
(install-file "z.sh" bin)
|
|
(chmod (string-append bin "/z.sh") #o755)
|
|
(install-file "z.1" man)
|
|
#t))))))
|
|
(synopsis "Jump about directories")
|
|
(description
|
|
"Tracks your most used directories, based on ``frecency''. After a short
|
|
learning phase, z will take you to the most ``frecent'' directory that matches
|
|
all of the regexes given on the command line in order.")
|
|
(home-page "https://github.com/rupa/z")
|
|
(license license:expat)))
|
|
|
|
(define-public envstore
|
|
(package
|
|
(name "envstore")
|
|
(version "2.1")
|
|
(source
|
|
(origin
|
|
(method url-fetch)
|
|
(uri (string-append "https://finalrewind.org/projects/"
|
|
name "/" name "-" version ".tar.bz2"))
|
|
(sha256
|
|
(base32 "1x97lxad80m5blhdfanl5v2qzjwcgbij2i23701bn8mpyxsrqszi"))))
|
|
(build-system gnu-build-system)
|
|
(arguments
|
|
`(#:test-target "test"
|
|
#:make-flags (list "CC=gcc"
|
|
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
|
#:phases
|
|
(modify-phases %standard-phases
|
|
(delete 'configure))))
|
|
(home-page "https://finalrewind.org/projects/envstore/")
|
|
(synopsis "Save and restore environment variables")
|
|
(description "Envstore is a program for sharing environment variables
|
|
between various shells or commands.")
|
|
(license license:wtfpl2)))
|
|
|
|
(define-public trash-cli
|
|
(package
|
|
(name "trash-cli")
|
|
(version "0.17.1.14")
|
|
(source
|
|
(origin
|
|
(method url-fetch)
|
|
(uri (pypi-uri "trash-cli" version))
|
|
(sha256
|
|
(base32
|
|
"01q0cl04ljf214z6s3g256gsxx3pqsgaf6ac1zh0vrq5bnhnr85h"))))
|
|
(build-system python-build-system)
|
|
(arguments
|
|
`(#:python ,python-2
|
|
#:tests? #f ; no tests
|
|
#:phases
|
|
(modify-phases %standard-phases
|
|
(add-before 'build 'patch-path-constants
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
(let ((libc (assoc-ref inputs "libc"))
|
|
(coreutils (assoc-ref inputs "coreutils")))
|
|
(substitute* "trashcli/list_mount_points.py"
|
|
(("\"/lib/libc.so.6\".*")
|
|
(string-append "\"" libc "/lib/libc.so.6\"\n"))
|
|
(("\"df\"")
|
|
(string-append "\"" coreutils "/bin/df\"")))))))))
|
|
(inputs `(("coreutils" ,coreutils)))
|
|
(home-page "https://github.com/andreafrancia/trash-cli")
|
|
(synopsis "Trash can management tool")
|
|
(description
|
|
"trash-cli is a command line utility for interacting with the
|
|
FreeDesktop.org trash can used by GNOME, KDE, XFCE, and other common desktop
|
|
environments. It can move files to the trash, and remove or list files that
|
|
are already there.")
|
|
(license license:gpl2+)))
|
|
|
|
(define-public direnv
|
|
(package
|
|
(name "direnv")
|
|
(version "2.15.2")
|
|
(source
|
|
(origin (method git-fetch)
|
|
(uri (git-reference
|
|
(url "https://github.com/direnv/direnv")
|
|
(commit (string-append "v" version))))
|
|
(file-name (git-file-name name version))
|
|
(sha256
|
|
(base32
|
|
"1y18619pmhfl0vrf4w0h75ybkkwgi9wcb7d9kv4n8drg1xp4aw4w"))))
|
|
(build-system go-build-system)
|
|
(arguments
|
|
'(#:import-path "github.com/direnv/direnv"
|
|
#:phases
|
|
(modify-phases %standard-phases
|
|
(add-after 'unpack 'delete-vendor
|
|
(lambda _
|
|
;; Using a snippet causes issues with the name of the directory,
|
|
;; so delete the extra source code here.
|
|
(delete-file-recursively "src/github.com/direnv/direnv/vendor")
|
|
#t))
|
|
(replace 'check
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
|
(when tests?
|
|
(setenv "HOME" "/tmp")
|
|
(with-directory-excursion "src/github.com/direnv/direnv"
|
|
;; The following file needs to be writable so it can be
|
|
;; modified by the testsuite.
|
|
(make-file-writable "test/scenarios/base/.envrc")
|
|
(invoke "make" "test")
|
|
;; Clean up from the tests, especially so that the extra
|
|
;; direnv executable that's generated is removed.
|
|
(invoke "make" "clean")))
|
|
#t)))))
|
|
(native-inputs
|
|
`(("go-github-com-burntsushi-toml" ,go-github-com-burntsushi-toml)
|
|
("go-github-com-direnv-go-dotenv" ,go-github-com-direnv-go-dotenv)
|
|
("which" ,which)))
|
|
(home-page "https://direnv.net/")
|
|
(synopsis "Environment switcher for the shell")
|
|
(description
|
|
"direnv can hook into the bash, zsh, tcsh, and fish shells to load
|
|
or unload environment variables depending on the current directory. This
|
|
allows project-specific environment variables without using @file{~/.profile}.
|
|
|
|
Before each prompt, direnv checks for the existence of a @file{.envrc} file in
|
|
the current and parent directories. This file is then used to alter the
|
|
environment variables of the current shell.")
|
|
(license license:expat)))
|
|
|
|
(define-public fzy
|
|
(package
|
|
(name "fzy")
|
|
(version "1.0")
|
|
(source
|
|
(origin
|
|
(method git-fetch)
|
|
(uri (git-reference
|
|
(url "https://github.com/jhawthorn/fzy")
|
|
(commit version)))
|
|
(file-name (git-file-name name version))
|
|
(sha256
|
|
(base32
|
|
"1gkzdvj73f71388jvym47075l9zw61v6l8wdv2lnc0mns6dxig0k"))))
|
|
(build-system gnu-build-system)
|
|
(arguments
|
|
'(#:make-flags (list "CC=gcc"
|
|
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
|
#:phases
|
|
(modify-phases %standard-phases
|
|
(delete 'configure))))
|
|
(home-page "https://github.com/jhawthorn/fzy")
|
|
(synopsis "Fast fuzzy text selector for the terminal with an advanced
|
|
scoring algorithm")
|
|
(description
|
|
"Most other fuzzy matchers sort based on the length of a match. fzy tries
|
|
to find the result the user intended. It does this by favouring matches on
|
|
consecutive letters and starts of words. This allows matching using acronyms
|
|
or different parts of the path.
|
|
|
|
fzy is designed to be used both as an editor plugin and on the command
|
|
line. Rather than clearing the screen, fzy displays its interface directly
|
|
below the current cursor position, scrolling the screen if necessary.")
|
|
(license license:expat)))
|
|
|
|
(define-public hstr
|
|
(package
|
|
(name "hstr")
|
|
(version "2.2")
|
|
(source (origin
|
|
(method git-fetch)
|
|
(uri (git-reference
|
|
(url "https://github.com/dvorka/hstr")
|
|
(commit version)))
|
|
(file-name (git-file-name name version))
|
|
(sha256
|
|
(base32
|
|
"07fkilqlkpygvf9kvxyvl58g3lfq0bwwdp3wczy4hk8qlbhmgihn"))))
|
|
(build-system gnu-build-system)
|
|
(arguments
|
|
`(#:phases
|
|
(modify-phases %standard-phases
|
|
(add-before 'build 'adjust-ncurses-includes
|
|
(lambda* (#:key make-flags outputs #:allow-other-keys)
|
|
(let ((out (assoc-ref outputs "out")))
|
|
(substitute* "src/include/hstr_curses.h"
|
|
(("ncursesw\\/curses.h") "ncurses.h"))
|
|
(substitute* "src/include/hstr.h"
|
|
(("ncursesw\\/curses.h") "ncurses.h")))
|
|
#t)))))
|
|
(native-inputs
|
|
`(("autoconf" ,autoconf)
|
|
("automake" ,automake)
|
|
("pkg-config" ,pkg-config)))
|
|
(inputs
|
|
`(("ncurses" ,ncurses)
|
|
("readline" ,readline)))
|
|
(synopsis "Navigate and search command history with shell history suggest box")
|
|
(description "HSTR (HiSToRy) is a command-line utility that brings
|
|
improved Bash and Zsh command completion from the history. It aims to make
|
|
completion easier and more efficient than with @kbd{Ctrl-R}. It allows you to
|
|
easily view, navigate, and search your command history with suggestion boxes.
|
|
HSTR can also manage your command history (for instance you can remove
|
|
commands that are obsolete or contain a piece of sensitive information) or
|
|
bookmark your favourite commands.")
|
|
(home-page "http://me.mindforger.com/projects/hh.html")
|
|
(license license:asl2.0)))
|
|
|
|
(define-public shell-functools
|
|
(package
|
|
(name "shell-functools")
|
|
(version "0.3.0")
|
|
(source (origin
|
|
(method git-fetch)
|
|
(uri (git-reference
|
|
(url "https://github.com/sharkdp/shell-functools")
|
|
(commit (string-append "v" version))))
|
|
(file-name (git-file-name name version))
|
|
(sha256
|
|
(base32
|
|
"0d6zzg7cxfrzwzh1wmpj7q85kz33sak6ac59ncsm6dlbin12h0hi"))))
|
|
(build-system python-build-system)
|
|
(home-page "https://github.com/sharkdp/shell-functools/")
|
|
(synopsis "Functional programming tools for the shell")
|
|
(description "This package provides higher order functions like map,
|
|
filter, foldl, sort_by and take_while as simple command-line tools. Following
|
|
the UNIX philosophy, these commands are designed to be composed via pipes. A
|
|
large collection of functions such as basename, replace, contains or is_dir
|
|
are provided as arguments to these commands.")
|
|
(license license:expat)))
|