1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-17 00:53:35 +01:00

Added mkvimball utility

This commit is contained in:
root
2011-05-23 21:28:16 +02:00
parent 9e53ce6140
commit 71d25d3337
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.75.ebuild,v 1.1 2010/12/08 20:19:54 lack Exp $
EAPI=3
DESCRIPTION="Little util for creating vimball archives written in C"
HOMEPAGE="http://mysite.verizon.net/astronaut/src/index.html#MKVIMBALL"
SRC_URI="http://mysite.verizon.net/astronaut/src/${PN}.tar.gz"
SLOT="0"
KEYWORDS="x86"
IUSE=""
S="${WORKDIR}/MKVIMBALL"
src_install(){
mkdir -p "${D}"usr/bin
cp mkvimball "${D}"usr/bin
}