fix gitea-tea;
This commit is contained in:
parent
b6ffdc078c
commit
1dcc0e4b2d
1 changed files with 25 additions and 24 deletions
|
@ -17,9 +17,10 @@
|
||||||
(make-libstdc++ gcc))
|
(make-libstdc++ gcc))
|
||||||
|
|
||||||
(define-public tea-bin
|
(define-public tea-bin
|
||||||
|
(let ((tea-version "0.9.2"))
|
||||||
(package
|
(package
|
||||||
(name "gitea-tea-bin")
|
(name "gitea-tea-bin")
|
||||||
(version "0.9.2")
|
(version tea-version)
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -31,16 +32,16 @@
|
||||||
"-linux-amd64"))
|
"-linux-amd64"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vksgxas32n6ic89c9jixjlpy6586fxddzqgc56ip009vjicgqfy"))))
|
"0kfm4x98p8hk0gv6q0y7s5i3xd8rxmh4k1yz47qw1qqrlvwws45y"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(
|
`(
|
||||||
#:install-plan
|
#:install-plan
|
||||||
`(("tea*" "/bin/"))))
|
`((,(string-append "tea-0.9.2" "-linux-amd64") "/bin/"))))
|
||||||
(synopsis "A simple terminal UI for gitea/forgejo commands")
|
(synopsis "A simple terminal UI for gitea/forgejo commands")
|
||||||
(description "A command line client to manage repos, issue, merge requests et al on
|
(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
|
||||||
|
|
Loading…
Reference in a new issue