Add forgejo package

This commit is contained in:
TakeV 2023-07-20 18:04:58 -07:00
parent e9b22b97f9
commit fae11b753c
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 16 additions and 0 deletions

View File

@ -60,3 +60,19 @@
(description "Gitea is a community managed lightweight code hosting
solution written in Go. It is published under the MIT license")
(license license:expat)))
(define-public forgejo
(package
(inherit gitea)
(name "forgejo")
(version "1.19.4-0")
(source (origin
(method url-fetch)
(uri (string-append
"https://codeberg.org/forgejo/forgejo/releases/download/v" version "/forgejo-src-"
version ".tar.gz"))
(sha256
(base32
"00qrvfylsjn9hrx3c88b47vlz8d3l0x3q062xg1fx19ixcjiw49z"))))))
forgejo