blob: a19792cedf89e6de27b190e77424fefc226cc648 (
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 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96
_md5_=c033487f7683376cd95fb2eda101f50f
|