packages: fish-xyz: Add fish-sponge

pull/3/head
Luis Guilherme Coelho 2024-07-08 14:18:30 -03:00
parent e21427c872
commit a16a036c55
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 23 additions and 0 deletions

View File

@ -142,3 +142,26 @@ long processes finish.")
(description "A fish-shell package to automatically receive notifications
when long processes finish.")
(license license:expat)))
(define-public fish-sponge
(package
(name "fish-sponge")
(version "1.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/meaningful-ooo/sponge")
(commit version)))
(sha256
(base32
"0p4vk6pq858h2v39c41irrgw1fbbcs7gd9cdr9i9fd3d6i81kmri"))))
(build-system copy-build-system)
(arguments
(list #:install-plan #~'(("conf.d" "share/")
("functions" "share/"))))
(home-page "https://github.com/meaningful-ooo/sponge")
(synopsis "A fish-shell plugin to clean fish history from typos
automatically.")
(description "A fish-shell plugin to clean fish history from typos
automatically.")
(license license:expat)))