mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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'
|
# Template file for 'gitea'
|
||||||
pkgname=gitea
|
pkgname=gitea
|
||||||
version=1.4.0
|
version=1.4.0
|
||||||
revision=3
|
revision=4
|
||||||
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
|
||||||
|
@ -23,6 +23,7 @@ go_import_path="code.gitea.io/gitea"
|
||||||
go_build_tags="bindata sqlite pam tidb"
|
go_build_tags="bindata sqlite pam tidb"
|
||||||
hostmakedepends="go-bindata"
|
hostmakedepends="go-bindata"
|
||||||
makedepends="sqlite-devel pam-devel"
|
makedepends="sqlite-devel pam-devel"
|
||||||
|
depends="git"
|
||||||
short_desc="Git with a cup of Tea"
|
short_desc="Git with a cup of Tea"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue