gitea: Add bash dependency

Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
This commit is contained in:
Gerardo Di Iorio 2020-03-11 18:17:23 +01:00 committed by Juan RP
parent 4a92b022b1
commit 0d4c5df0d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gitea'
pkgname=gitea
version=1.10.4
revision=1
revision=2
build_style=go
go_import_path=code.gitea.io/gitea
# This could be done with build options, but these are built in with the
@ -24,7 +24,7 @@ go_build_tags="bindata sqlite pam tidb"
go_ldflags=" -X main.Version=${version}"
hostmakedepends="go-bindata git"
makedepends="sqlite-devel pam-devel"
depends="git"
depends="git bash"
short_desc="Git with a cup of Tea"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MIT"