dev-vcs/git-quick-stats - 2.0.10 (xdch47)

Search

Install

Install this version:

emerge -a =dev-vcs/git-quick-stats-2.0.10

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-vcs/git-quick-stats-2.0.10

Or alternatively:

emerge --autounmask-write -a =dev-vcs/git-quick-stats-2.0.10

Package Information

Description:
Simple and efficient way to access various statistics in a git repository
Homepage:
https://github.com/arzzen/git-quick-stats
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.0.10 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Simple and efficient way to access various statistics in a git repository"
HOMEPAGE="https://github.com/arzzen/git-quick-stats"
SRC_URI="https://github.com/arzzen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND=""
RDEPEND="${DEPEND}
	dev-vcs/git
	sys-apps/coreutils
	virtual/awk

"
BDEPEND=""

src_compile() {
	:
}

src_install() {
	emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
}

Dependencies

RDEPEND

	dev-vcs/git
	sys-apps/coreutils
	virtual/awk

Manifest for 2.0.10

Type File Size Source URLs
DIST git-quick-stats-2.0.10.tar.gz 96640 bytes https://github.com/arzzen/git-quick-stats/archive/2.0.10.tar.gz