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:
20
app-misc/mkvimball/mkvimball-1.ebuild
Normal file
20
app-misc/mkvimball/mkvimball-1.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user