gogs: add /etc/gogs.ini to conf_files.
This commit is contained in:
parent
eecfaea3e4
commit
79c8638d53
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gogs'
|
# Template build file for 'gogs'
|
||||||
pkgname=gogs
|
pkgname=gogs
|
||||||
version=0.6.3
|
version=0.6.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gogits/gogs"
|
go_import_path="github.com/gogits/gogs"
|
||||||
short_desc="Self-hosted Git Service in Go"
|
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
|
checksum=6fbd21805ae86b2d1eb1735a8659952036f1a08047a37a0647baaa57fea342bb
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
|
||||||
|
conf_files="/etc/gogs.ini"
|
||||||
system_accounts="gogs"
|
system_accounts="gogs"
|
||||||
gogs_homedir="/srv/gogs"
|
gogs_homedir="/srv/gogs"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue