packages: fish-xyz: Add fish-puffer

pull/3/head
Luis Guilherme Coelho 2024-07-05 15:22:32 -03:00
parent 677c6c79f3
commit de9ed44b81
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 22 additions and 0 deletions

View File

@ -54,6 +54,28 @@ for the Fish shell.")
for the Fish shell.") for the Fish shell.")
(license license:expat))) (license license:expat)))
(define-public fish-puffer
(package
(name "fish-puffer")
(version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nickeb96/puffer-fish.git")
(commit (string-append "v" version))))
(sha256
(base32
"06g8pv68b0vyhhqzj469i9rcics67cq1kbhb8946azjb8f7rhy6s"))))
(build-system copy-build-system)
(arguments
(list #:install-plan #~'(("functions" "share/")
("conf.d" "share/"))))
(home-page "https://github.com/nickeb96/puffer-fish.git")
(synopsis "Text Expansions for the Fish shell.")
(description "This plugin aims to provide text expansions for the Fish
shell.")
(license license:expat)))
(define-public fish-functional (define-public fish-functional
(package (package
(name "fish-functional") (name "fish-functional")