.SRCINFO 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. pkgbase = gogs-git-dev
  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 dev.
  3. pkgver = 20150116
  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>=1.7.1
  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
  27. options = !strip
  28. options = !emptydirs
  29. backup = srv/gogs/conf/app.ini
  30. source = gogs.service
  31. source = app.ini.patch
  32. source = start.sh
  33. source = helper.sh
  34. source = gogs::git+https://github.com/gogits/gogs.git#branch=dev
  35. sha512sums = 65bd06d530809917134b4fa2668136ada3e0cdc5a9c684ac422a973ad1c40c341d62cebf2ef14ee6275a134979d67cb314ec801a5a35ff1fb4e823aab671a151
  36. sha512sums = a09134a50b7369715f65553003db954ca3193ee2556fc3d8aa98c717aa2f2b275d691f1c7c62464ec8f32e800d8ddf814c75546317ab623d2bd9331c5702380d
  37. sha512sums = d759778b73d78fb705dad7b3cb486a2e366fdf3222bd170823579407a9aba9d281423b1026a22d142fc9abf620a40a14880254105129071956870e3048dd8bc3
  38. sha512sums = 1e83441ebb24efe00e80f35eea6ed6d64a48194df3a3c90b02cd52a65099e8dfe046e0f914ac3dac7e4a30c854d967e2d5c928ee801f44053208dde2728fa17f
  39. sha512sums = SKIP
  40. pkgname = gogs-git-dev