Search Criteria
Package Details: forgejo-git v8.0.0.dev.r592.g5c5cc42fe0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/forgejo-git.git (read-only, click to copy) |
---|---|
Package Base: | forgejo-git |
Description: | Self-hosted, lightweight software forge. A "soft" fork of Gitea. |
Upstream URL: | https://forgejo.org |
Licenses: | MIT |
Conflicts: | forgejo |
Provides: | forgejo |
Submitter: | diestl |
Maintainer: | None |
Last Packager: | MrHacker |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2022-12-20 17:30 (UTC) |
Last Updated: | 2024-04-23 23:00 (UTC) |
Dependencies (10)
- git (git-gitAUR, git-glAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server) (optional) – MariaDB support
- memcached (memcached-gitAUR) (optional) – MemCached support
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR) (optional) – GIT over SSH support
- pam (pam-selinuxAUR) (optional) – Authentication via PAM support
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql-gitAUR) (optional) – PostgreSQL support
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey) (optional) – Redis support
- sqlite (sqlite-fossilAUR) (optional) – SQLite support
Required by (2)
- forgejo-openrc (requires forgejo)
- forgejo-runit (requires forgejo)
Latest Comments
1 2 Next › Last »
bjo commented on 2024-06-24 12:52 (UTC) (edited on 2024-06-24 13:03 (UTC) by bjo)
Still broken and doesn't create a binary, even with
make build
, it even missesinstall -vDm755 gitea "$pkgdir/usr/bin/$pkgname"
schlmm commented on 2024-05-11 09:43 (UTC) (edited on 2024-05-11 09:44 (UTC) by schlmm)
it seems to build the binary
make build
should called it instead ofmake -j
// edit only tested it for the v7.0.2 tag
finkregh commented on 2024-05-10 22:36 (UTC) (edited on 2024-05-10 22:45 (UTC) by finkregh)
This created a package w/o binary:
$ pacman -Ql forgejo-git | grep bin
edit: ah yes, because
install -Dm755 ${_pkgname}/gitea ...
is not runningImperatorStorm commented on 2024-04-24 04:26 (UTC)
Specifying
make -j
overmake
isn't recommended; users should specify it in/etc/makepkg.conf
'sMAKEFLAGS
field. See https://wiki.archlinux.org/title/Makepkg#Parallel_compilationMrHacker commented on 2024-04-24 00:53 (UTC)
There is an error when building the latest version from the sources which is not compiling the binary, I will assume that it is a bug in the code please stay on version 7.0.0 or the one available in the extra repository
diestl commented on 2024-03-30 21:13 (UTC)
@MrHacker, simply taking the forgejo package that exists in the official repos and adapting it to have it build from the latest commit on the 'forgejo' branch yields good results for me. Consider doing the same.
finkregh commented on 2024-03-27 11:01 (UTC)
building with
make backend -j1
worksfinkregh commented on 2024-03-27 10:45 (UTC)
currently fails:
==> Starting package()... install: cannot stat 'forgejo/gitea': No such file or directory
I suspect some more stuff in the PKGBUILD has to be updated
james commented on 2024-03-15 16:08 (UTC)
Might want to update the description as forgejo is now a hard fork of gitea: https://forgejo.org/2024-02-forking-forward/
1 2 Next › Last »