Search Criteria
Package Details: bitmagnet-git 0.10.0.beta.4.r0.36d989b-1
Package Actions
| 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.000452 |
| First Submitted: | 2024-01-28 02:32 (UTC) |
| Last Updated: | 2024-11-10 06:54 (UTC) |
Dependencies (9)
- glibc (glibc-gitAUR, glibc-eacAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- grafana (grafana-gitAUR, grafana-binAUR) (optional) – dashboards
- loki (optional) – logs
- postgresql (postgresql-12AUR, postgresql-gitAUR, postgresql16-docsAUR, postgresql16AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql18-docsAUR, postgresql18AUR) (optional) – database
- prometheus (prometheus-binAUR) (optional) – metrics
- pyroscope (pyroscope-binAUR) (optional) – profiling
- redisAUR (redis-testingAUR, redis-gitAUR, keydbAUR, redis-binAUR, redictAUR, valkey) (optional) – cache
Latest Comments
txtsd commented on 2024-10-24 16:57 (UTC)
Thank you. I'll try to expand on the systemd service!
davispuh commented on 2024-10-24 16:57 (UTC)
Okay sure, added you but note that few things are better in this package like systemd service is more locked down.
txtsd commented on 2024-10-24 05:32 (UTC)
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.
davispuh commented on 2024-03-01 20:40 (UTC)
We do use
CPPFLAGS,CFLAGS,LDFLAGSfrom/etc/makepkg.confso check if something exotic there causes failure.davispuh commented on 2024-03-01 20:38 (UTC)
@Tio something is wrong with your
go, try uninstalling it and installgofrom 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 yourgois working.Tio commented on 2024-02-18 14:26 (UTC)
Fails to build for me