app-doc/vilearn - 1.0 (gentoo)

Search

Package Information

Description:
An interactive vi tutorial comprised of 5 tutorials for the vi-impaired
Homepage:
https://wiki.gentoo.org/wiki/No_homepage
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.0 8 amd64 ppc ~riscv x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

DESCRIPTION="An interactive vi tutorial comprised of 5 tutorials for the vi-impaired"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc ~riscv x86"
IUSE=""

RDEPEND="app-editors/vim"

DOCS=( README outline )

src_prepare() {
	default

	sed -i "s:/usr/local:${EPREFIX}/usr:" Makefile
}

src_install() {
	dobin ${PN}
	doman ${PN}.1
	einstalldocs

	insinto /usr/lib/${PN}
	doins [0-9]*
}

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

RDEPEND

app-editors/vim

Manifest for 1.0

Type File Size Source URLs
DIST vilearn-1.0.tar.gz 15687 bytes mirror://gentoo/vilearn-1.0.tar.gz