mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 13:49:10 +01:00
Add libpam0g as dependency for packaging
This commit is contained in:
parent
b60fd3aaad
commit
02bc16d392
1 changed files with 20 additions and 2 deletions
22
.pkgr.yml
22
.pkgr.yml
|
@ -1,10 +1,28 @@
|
|||
targets:
|
||||
ubuntu-14.04:
|
||||
build_dependencies:
|
||||
- libpam0g-dev
|
||||
dependencies:
|
||||
- libpam0g
|
||||
- git
|
||||
ubuntu-12.04:
|
||||
build_dependencies:
|
||||
- libpam0g-dev
|
||||
dependencies:
|
||||
- libpam0g
|
||||
- git
|
||||
debian-7:
|
||||
build_dependencies:
|
||||
- libpam0g-dev
|
||||
dependencies:
|
||||
- libpam0g
|
||||
- git
|
||||
centos-6:
|
||||
dependencies:
|
||||
- git
|
||||
build_dependencies:
|
||||
- pam-devel
|
||||
dependencies:
|
||||
- pam
|
||||
- git
|
||||
before:
|
||||
- mv packager/Procfile .
|
||||
- mv packager/.godir .
|
||||
|
|
Loading…
Reference in a new issue