packages: fish-xyz: Add fish-done
parent
75a49cf0ad
commit
ea2ecb1d6a
|
@ -96,3 +96,25 @@ shell.")
|
||||||
(description "This plugin aims to provide higher order functions for the
|
(description "This plugin aims to provide higher order functions for the
|
||||||
Fish shell.")
|
Fish shell.")
|
||||||
(license license:expat)))
|
(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)))
|
||||||
|
|
Loading…
Reference in New Issue