mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-17 08:15:56 +00:00
Make Gogs packageable with https://packager.io
This commit is contained in:
parent
e21d8a7d35
commit
7fe61558f6
4 changed files with 64 additions and 0 deletions
11
.pkgr.yml
Normal file
11
.pkgr.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
buildpack: "https://github.com/kr/heroku-buildpack-go.git"
|
||||
targets:
|
||||
ubuntu-14.04:
|
||||
build_dependencies:
|
||||
- mercurial
|
||||
- bzr
|
||||
dependencies:
|
||||
- git
|
||||
after:
|
||||
- mv bin/main gogs
|
||||
after_install: ./packaging/debian/postinst
|
Loading…
Add table
Add a link
Reference in a new issue