blob: b90e07426c531a0635ef0cf8f3571a410444b0a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cargo
CARGO_FETCH_CRATES=yes
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"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${P}"
|