packages: fish-xyz: Add fish-done

pull/3/head
Luis Guilherme Coelho 2024-07-05 16:12:20 -03:00
parent 75a49cf0ad
commit ea2ecb1d6a
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 22 additions and 0 deletions

View File

@ -96,3 +96,25 @@ shell.")
(description "This plugin aims to provide higher order functions for the
Fish shell.")
(license license:expat)))
(define-public fish-done
(package
(name "fish-done")
(version "1.19.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/franciscolourenco/done")
(commit version)))
(sha256
(base32
"12l7m08bp8vfhl8dmi0bfpvx86i344zbg03v2bc7wfhm20li3hhc"))))
(build-system copy-build-system)
(arguments
(list #:install-plan #~'(("conf.d" "share/"))))
(home-page "https://github.com/franciscolourenco/done")
(synopsis "A fish-shell plugin to automatically receive notifications when
long processes finish.")
(description "A fish-shell package to automatically receive notifications
when long processes finish.")
(license license:expat)))