1

Is it possible to use resources exchanged with the BitTorrent protocol in pacman's PKGBUILDs?

Scrooge McDuck
  • 996
  • 1
  • 9
  • 23

1 Answers1

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