blob: 50572a99a9d8124c98875141d56db0d405fa7c0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install
DEPEND=ssl? ( dev-libs/openssl:0= )
DESCRIPTION=Simple command line utility to create BitTorrent metainfo files
EAPI=7
HOMEPAGE=https://github.com/pobrn/mktorrent
INHERIT=toolchain-funcs
IUSE=threads +ssl debug
KEYWORDS=amd64 ~arm x86
LICENSE=GPL-2+
RDEPEND=ssl? ( dev-libs/openssl:0= )
SLOT=0
SRC_URI=https://github.com/pobrn/mktorrent/archive/de7d011b35458de1472665f50b96c9cf6c303f39.tar.gz -> mktorrent-de7d011b35458de1472665f50b96c9cf6c303f39.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784
_md5_=9ac0b6f1d17915b38de64a9e4d13cfc4
|