Files
sablink-distro/net-p2p/transmission-cli/transmission-cli-2.92.ebuild
T
Sławomir Nizio 0e9aae24c0 [net-p2p/transmission*] version bump to 2.92
Also, the meta package changed not to enforce particular interface (on
binary systems).
2016-03-19 00:53:57 +01:00

16 lines
340 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit transmission-2.92
DESCRIPTION="A Fast, Easy and Free BitTorrent client - command line (CLI) version"
KEYWORDS="~amd64 ~x86"
IUSE=""
src_install() {
dobin cli/transmission-cli
doman cli/transmission-cli.1
}