mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
gitea: Add bash dependency
Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
This commit is contained in:
parent
4a92b022b1
commit
0d4c5df0d3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue