add app-misc/nnn
This commit is contained in:
23
app-misc/nnn/nnn-9999.ebuild
Normal file
23
app-misc/nnn/nnn-9999.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools git-r3
|
||||
|
||||
DESCRIPTION="The missing terminal file browser for X"
|
||||
HOMEPAGE="https://github.com/jarun/nnn"
|
||||
EGIT_REPO_URI="https://github.com/jarun/${PN}"
|
||||
EGIT_CLONE_TYPE=shallow
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
export PREFIX="/usr"
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user