.SRCINFO 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. pkgbase = gogs-git
  2. pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch master.
  3. pkgver = 20150317
  4. pkgrel = 1
  5. epoch = 1
  6. url = http://gogs.io/
  7. install = gogs.install
  8. arch = i686
  9. arch = x86_64
  10. arch = armv6h
  11. arch = armv7h
  12. license = MIT
  13. makedepends = go>=1.2
  14. makedepends = git
  15. makedepends = mercurial
  16. makedepends = patch
  17. depends = git
  18. optdepends = sqlite: SQLite support
  19. optdepends = mariadb: MariaDB support
  20. optdepends = postgresql: PostgreSQL support
  21. optdepends = redis: Redis support
  22. optdepends = memcached: MemCached support
  23. optdepends = openssh: GIT over SSH support
  24. conflicts = gogs-bin
  25. conflicts = gogs
  26. conflicts = gogs-git-dev
  27. options = !strip
  28. options = !emptydirs
  29. backup = srv/gogs/conf/app.ini
  30. source = gogs.service
  31. source = app.ini.patch
  32. source = gogs::git+https://github.com/gogits/gogs.git
  33. sha512sums = 2b4303f850e3b13b2fc3c9f0bc5820dae431d228002b35f01be0d4bfbcf05de8dcec2a559a85e318b609e4a4d492d44306eadf5f6508fd72333b198661bb0bb7
  34. sha512sums = 9c3d8425cf0e5291e9a7870b9b0ceec4d3d0de3818e0bd93b6a9e9c954cf16e8f2ae230242d6cc0d71147ad10c4224322b1f4f2f8eb3ca5e96c219e9fc35d29b
  35. sha512sums = SKIP
  36. pkgname = gogs-git