.SRCINFO 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 = 2959.379629d
  4. pkgrel = 2
  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>=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. conflicts = gogs-bin
  24. conflicts = gogs
  25. conflicts = gogs-git
  26. options = !strip
  27. options = !emptydirs
  28. backup = srv/gogs/conf/app.ini
  29. source = gogs.service
  30. source = app.ini.patch
  31. source = helper.sh
  32. source = gogs::git+https://github.com/gogits/gogs.git#branch=develop
  33. sha512sums = c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
  34. sha512sums = eb55c8cec68d81b0283a361188af5f54ed6bcd775ee57b63a910657f8365b7e7b200c382b9ce55570ca9021d803d6e9228400ece512963439a8e830e12418131
  35. sha512sums = e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
  36. sha512sums = SKIP
  37. pkgname = gogs-git-dev