gogs: add /etc/gogs.ini to conf_files.
This commit is contained in:
parent
eecfaea3e4
commit
79c8638d53
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gogs'
|
||||
pkgname=gogs
|
||||
version=0.6.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/gogits/gogs"
|
||||
short_desc="Self-hosted Git Service in Go"
|
||||
|
@ -13,6 +13,7 @@ distfiles="https://github.com/gogits/gogs/archive/v${version}.tar.gz"
|
|||
checksum=6fbd21805ae86b2d1eb1735a8659952036f1a08047a37a0647baaa57fea342bb
|
||||
hostmakedepends="git"
|
||||
|
||||
conf_files="/etc/gogs.ini"
|
||||
system_accounts="gogs"
|
||||
gogs_homedir="/srv/gogs"
|
||||
make_dirs="
|
||||
|
|
Loading…
Reference in New Issue