aboutsummaryrefslogtreecommitdiff
blob: 0a75ec33a526f98cd56926180d9a1c532a40e290 (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
26
27
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="6"

inherit git-r3

DESCRIPTION="git tool to easily recall what you've done"
HOMEPAGE="https://github.com/Fakerr/git-recall"
EGIT_REPO_URI="https://github.com/Fakerr/git-recall.git"
EGIT_COMMIT=""

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
"
RDEPEND="${DEPEND}
	dev-vcs/git
"

src_install() {
	dodoc README.md
	dobin ${PN}
}