aboutsummaryrefslogtreecommitdiff
blob: 76fd670d7c2c6794700508c2a7366a83740e3e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

CARGO_IGNORE_FETCH_CRATES=not

inherit cargo

DESCRIPTION="md cat"
HOMEPAGE="https://github.com/lunaryorn/mdcat"
SRC_URI="https://github.com/lunaryorn/mdcat/archive/mdcat-${PV}.tar.gz"
RESTRICT="mirror"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+fetch-crates"
DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}-${P}"

src_unpack() {
	default
}