16 lines
347 B
Bash
16 lines
347 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
inherit eutils transmission-2.84
|
|
|
|
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
|
|
}
|