gitea: add git runtime dependency
This commit is contained in:
parent
18b8e2b7e1
commit
035b6e6009
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gitea'
|
||||
pkgname=gitea
|
||||
version=1.4.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=go
|
||||
go_import_path="code.gitea.io/gitea"
|
||||
# This could be done with build options, but these are built in with the
|
||||
|
@ -23,6 +23,7 @@ go_import_path="code.gitea.io/gitea"
|
|||
go_build_tags="bindata sqlite pam tidb"
|
||||
hostmakedepends="go-bindata"
|
||||
makedepends="sqlite-devel pam-devel"
|
||||
depends="git"
|
||||
short_desc="Git with a cup of Tea"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue