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