Thank you. I'll try to expand on the systemd service!
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/bitmagnet-git.git (read-only, click to copy) |
|---|---|
| Package Base: | bitmagnet-git |
| Description: | A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. |
| Upstream URL: | https://bitmagnet.io |
| Keywords: | dht indexer torrent |
| Licenses: | MIT |
| Conflicts: | bitmagnet |
| Provides: | bitmagnet |
| Submitter: | davispuh |
| Maintainer: | davispuh (txtsd) |
| Last Packager: | txtsd |
| Votes: | 2 |
| Popularity: | 0.000004 |
| First Submitted: | 2024-01-28 02:32 (UTC) |
| Last Updated: | 2025-11-25 05:22 (UTC) |
Thank you. I'll try to expand on the systemd service!
Okay sure, added you but note that few things are better in this package like systemd service is more locked down.
Can I get co-maintainer on this? I'm maintaining all the *arr packages, and would like to maintain this one too. I already maintain bitmagnet and bitmagnet-bin.
We do use CPPFLAGS, CFLAGS, LDFLAGS from /etc/makepkg.conf so check if something exotic there causes failure.
@Tio something is wrong with your go, try uninstalling it and install go from Arch repo (extra/go) and not from AUR. You can also check if you have some GO env variables or something.
Look at PKGBUILD we're not doing anything special just regular go build. I don't see how that can fail if your go is working.
Fails to build for me
-> Creating working copy of bitmagnet git repo...
Cloning into 'bitmagnet'...
done.
==> Starting prepare()...
==> Starting pkgver()...
==> Updated version: bitmagnet-git v0.7.2-1
==> Starting build()...
go: downloading go1.22 (linux/amd64)
go: download go1.22 for linux/amd64: toolchain not available
==> ERROR: A failure occurred in build().
Aborting...