You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.pkgr.yml 217B

12345678910111213
  1. targets:
  2. ubuntu-14.04:
  3. ubuntu-12.04:
  4. debian-7:
  5. centos-6:
  6. dependencies:
  7. - git
  8. before:
  9. - mv packager/Procfile .
  10. - mv packager/.godir .
  11. after:
  12. - mv bin/main gogs
  13. after_install: ./packager/debian/postinst