dev-vcs/vcprompt - 1.3.0 (powerman)

Search

Install

Install this version:

emerge -a =dev-vcs/vcprompt-1.3.0

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

autounmask =dev-vcs/vcprompt-1.3.0

Or alternatively:

emerge --autounmask-write -a =dev-vcs/vcprompt-1.3.0

Package Information

Description:
Show info about the current working directory for various VCS for PS1
Homepage:
https://github.com/powerman/vcprompt
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit autotools

DESCRIPTION="Show info about the current working directory for various VCS for PS1"
HOMEPAGE="https://github.com/powerman/vcprompt"
SRC_URI="https://github.com/powerman/vcprompt/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_prepare() {
	default
	eautoconf
}

src_install() {
	dobin vcprompt
	dobin vcprompt-hgst
	doman vcprompt.1
	einstalldocs
}

Inherited Eclasses

Manifest for 1.3.0

Type File Size Source URLs
DIST vcprompt-1.3.0.tar.gz 32004 bytes https://github.com/powerman/vcprompt/archive/v1.3.0.tar.gz