mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +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'
|
# Template file for 'gitea'
|
||||||
pkgname=gitea
|
pkgname=gitea
|
||||||
version=1.10.4
|
version=1.10.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=code.gitea.io/gitea
|
go_import_path=code.gitea.io/gitea
|
||||||
# This could be done with build options, but these are built in with the
|
# 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}"
|
go_ldflags=" -X main.Version=${version}"
|
||||||
hostmakedepends="go-bindata git"
|
hostmakedepends="go-bindata git"
|
||||||
makedepends="sqlite-devel pam-devel"
|
makedepends="sqlite-devel pam-devel"
|
||||||
depends="git"
|
depends="git bash"
|
||||||
short_desc="Git with a cup of Tea"
|
short_desc="Git with a cup of Tea"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue