| 123456789101112131415161718192021222324252627282930313233343536373839 |
- pkgbase = gogs-git
- 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.
- pkgver = 20150920
- pkgrel = 1
- epoch = 1
- url = http://gogs.io/
- install = gogs.install
- arch = i686
- arch = x86_64
- arch = armv6h
- arch = armv7h
- license = MIT
- makedepends = go>=1.2
- makedepends = git>=1.7.1
- makedepends = patch
- depends = git>=1.7.1
- optdepends = sqlite: SQLite support
- optdepends = mariadb: MariaDB support
- optdepends = postgresql: PostgreSQL support
- optdepends = redis: Redis support
- optdepends = memcached: MemCached support
- optdepends = openssh: GIT over SSH support
- conflicts = gogs-bin
- conflicts = gogs
- conflicts = gogs-git
- options = !strip
- options = !emptydirs
- backup = srv/gogs/conf/app.ini
- source = gogs.service
- source = app.ini.patch
- source = helper.sh
- source = gogs::git+https://github.com/gogits/gogs.git#branch=master
- sha512sums = 2b4303f850e3b13b2fc3c9f0bc5820dae431d228002b35f01be0d4bfbcf05de8dcec2a559a85e318b609e4a4d492d44306eadf5f6508fd72333b198661bb0bb7
- sha512sums = f80b4115ce39e6158beb7e6a68b7f0825e5c1320ba7c16f999986f2dfad0be08c238d220f556673f531080ddf540bd8e8eb6ea2559128109b0405baac163f013
- sha512sums = e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
- sha512sums = SKIP
- pkgname = gogs-git
|