blob: f8aec4e77c5890e8a3aba9d1aa9b58f76eb10216 (
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.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
}
|