Is it possible to use resources exchanged with the BitTorrent protocol in pacman's PKGBUILDs?
Asked
Active
Viewed 47 times
1
Scrooge McDuck
- 996
- 1
- 9
- 23
1 Answers
0
Yes.
You just need to specify a magnet uri scheme download agent like transmission-makepkg in the makepkg configuration file:
/etc/makepkg.conf
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
DLAGENTS+=('magnet::/usr/bin/transmission-makepkg %u %o')
Scrooge McDuck
- 996
- 1
- 9
- 23
-
1Did you want to link this package: https://aur.archlinux.org/packages/transmission-dlagent ? – ctx Jul 16 '22 at 11:25
-
@ctx yes thanks! – Scrooge McDuck Jul 16 '22 at 11:26