This package browser is in early development. Mind the rough edges.

mktorrent

Utility to create BitTorrent metainfo files

mktorrent is a simple command-line utility to create BitTorrent metainfo files, often known simply as torrents, from both single files and whole directories. It can add multiple trackers and web seed URLs, and set the private flag to disallow advertisement through the distributed hash table (DHT) and Peer Exchange. Hashing is multi-threaded and will take advantage of multiple processor cores where possible.

Installation

Install the latest version of mktorrent as follows:

guix install mktorrent

Or install a particular version:

guix install mktorrent@1.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of mktorrent about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/mktorrent'><img src='https://packages.guix.gnu.org/packages/mktorrent/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/mktorrent/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/mktorrent)

Example Org:

[[https://packages.guix.gnu.org/packages/mktorrent][https://packages.guix.gnu.org/packages/mktorrent/badges/latest-version.svg]]