fix gitea-tea;

This commit is contained in:
Peter Tillemans 2024-08-26 19:53:30 +02:00
parent b6ffdc078c
commit 1dcc0e4b2d

View file

@ -17,9 +17,10 @@
(make-libstdc++ gcc))
(define-public tea-bin
(let ((tea-version "0.9.2"))
(package
(name "gitea-tea-bin")
(version "0.9.2")
(version tea-version)
(source
(origin
(method url-fetch)
@ -31,16 +32,16 @@
"-linux-amd64"))
(sha256
(base32
"1vksgxas32n6ic89c9jixjlpy6586fxddzqgc56ip009vjicgqfy"))))
"0kfm4x98p8hk0gv6q0y7s5i3xd8rxmh4k1yz47qw1qqrlvwws45y"))))
(build-system binary-build-system)
(arguments
`(
#:install-plan
`(("tea*" "/bin/"))))
`((,(string-append "tea-0.9.2" "-linux-amd64") "/bin/"))))
(synopsis "A simple terminal UI for gitea/forgejo commands")
(description "A command line client to manage repos, issue, merge requests et al on
gitea and forgejo forges.")
(home-page "https://tea.sh/")
(license license:expat)))
(license license:expat))))
tea-bin