.SRCINFO 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 develop.
  3. pkgver = 3148.e6b2a01
  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.3
  14. makedepends = git>=1.7.1
  15. makedepends = patch
  16. depends = git>=1.7.1
  17. optdepends = sqlite: SQLite support
  18. optdepends = mariadb: MariaDB support
  19. optdepends = postgresql: PostgreSQL support
  20. optdepends = redis: Redis support
  21. optdepends = memcached: MemCached support
  22. optdepends = openssh: GIT over SSH support
  23. optdepends = tidb-git: TiDB 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.patch
  31. source = app.ini.patch
  32. source = helper.sh
  33. source = gogs::git+https://github.com/gogits/gogs.git#branch=develop
  34. sha512sums = 834e95fe9bcfa291a573ad1fa43f41bbed844658a918ff4fcf53ab8a44a296206ee4003eab1d9a2785c9126be077022f4907846d2eb6c5d64050b5e81ce47f44
  35. sha512sums = d4f6518c644b76e4d1688cd5756c9eea7a89d0abad68a14638ccc6f0d1006c164c1ae3b3f89efd903def7398a3dabce7299100303808ad7a1937407a9eb13a39
  36. sha512sums = e45775adafeecad5deaf24a98cd85b25a8383cb0e89905b2927c13fe7f0ec9918a42071ce43eabc429d8a826db93bb75ffb1927dce9c431ed88b0b5c619fd60d
  37. sha512sums = SKIP
  38. pkgname = gogs-git-dev