mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 10:19:11 +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
20
.pkgr.yml
20
.pkgr.yml
|
@ -1,9 +1,27 @@
|
|||
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:
|
||||
build_dependencies:
|
||||
- pam-devel
|
||||
dependencies:
|
||||
- pam
|
||||
- git
|
||||
before:
|
||||
- mv packager/Procfile .
|
||||
|
|
Loading…
Reference in a new issue