gitea: add git runtime dependency

This commit is contained in:
lemmi 2018-05-07 14:17:01 +02:00
parent 18b8e2b7e1
commit 035b6e6009

View file

@ -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"