Search Criteria
Package Details: gogs-dev-git 0.11.86.0130+3+d862c43be-1
Git Clone URL: | https://aur.archlinux.org/gogs-dev-git.git (read-only, click to copy) |
---|---|
Package Base: | gogs-dev-git |
Description: | Self Hosted Git Service in the Go Programming Language. This is the current git version from develop branch. |
Upstream URL: | https://gogs.io |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | edacval |
Maintainer: | None |
Last Packager: | edacval |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-17 22:16 |
Last Updated: | 2019-02-05 13:12 |
Dependencies (12)
- git (git-git)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- go-bindata (go-bindata-new-git, go-bindata-hashicorp) (make)
- nodejs-less (make)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (make)
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server) (optional) – MariaDB support
- memcached (memcached-git) (optional) – MemCached support
- openssh (openssh-hpn-git, openssh-git, openssh-gssapi, openssh-selinux, openssh-hpn) (optional) – GIT over SSH support
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-10, postgresql-src-beta, postgresql-9.5, postgresql-9.4, postgresql-9.6, postgresql-lts, postgresql-12, postgresql-src, postgresql-11) (optional) – PostgreSQL support
- redis (redis-testing, redis-git, keydb) (optional) – Redis support
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (optional) – SQLite support
Latest Comments
fanningert commented on 2014-12-29 20:11
@Mikaye
Thanks, but it has a reason why I am not using go get variant. Go get has problems with git commits. So I am using the gopm service from the gogs developer. It is correct, it need a own recompile for gogs.
You can find the .gopmfile in the root of the gogs Git-Repository.
Yes you have right, I should create the hashes. In the beginning I skipped it and it the end I over forgot it.
Thanks for your help. Ich will optimize the packages (all three).
Mikaye commented on 2014-12-28 15:13
I've made an improved PKGBUILD : https://gist.github.com/Mikayex/003c2728b879d993c193
It better uses the go get system, use system libraries if they are found (such as go-sqlite3, so that I don't have to recompile it each time). It also uses hashing to verify other files (app.ini.patch, gogs.service, start.sh) and let yaourt cache the repository.
You can also use this PKGBUILD on gogs-git (change the _branch variable to master)