blob: 3aedd0c0b7c88f98d5a138f3d516a34653530458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils transmission-2.83
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
}
|