summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYumi Tanaka <myknt1184@gmail.com>2019-08-16 07:19:43 +0000
committerAlice Ferrazzi <alicef@gentoo.org>2019-11-01 15:25:45 +0900
commit333863269dcd930a274e176d37e7cdb1c0acf6a4 (patch)
tree547f2b1211c98495ceb4af69dfa6ba71f43bfbb3 /app-misc/cfiles/cfiles-1.8.ebuild
parentgames-util/pyfa: fix live ebuild (diff)
downloadgentoo-333863269dcd930a274e176d37e7cdb1c0acf6a4.tar.gz
gentoo-333863269dcd930a274e176d37e7cdb1c0acf6a4.tar.bz2
gentoo-333863269dcd930a274e176d37e7cdb1c0acf6a4.zip
app-misc/cfiles: Bump version to 1.8
Signed-off-by: Yumi Tanaka <yumi.tanaka@miracelinux.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Bug: https://bugs.gentoo.org/692242 Closes: https://github.com/aliceinwire/gentoo/pull/3 Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
Diffstat (limited to 'app-misc/cfiles/cfiles-1.8.ebuild')
-rw-r--r--app-misc/cfiles/cfiles-1.8.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-misc/cfiles/cfiles-1.8.ebuild b/app-misc/cfiles/cfiles-1.8.ebuild
new file mode 100644
index 000000000000..9c770c677606
--- /dev/null
+++ b/app-misc/cfiles/cfiles-1.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A ncurses file manager written in C with vim like keybindings"
+HOMEPAGE="https://github.com/mananapr/cfiles"
+SRC_URI="https://github.com/mananapr/cfiles/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ sys-libs/ncurses:=
+ app-text/poppler[utils]
+"
+RDEPEND="${DEPEND}"
+
+src_install(){
+ dobin cfiles
+ dobin scripts/displayimg_uberzug
+ dobin scripts/clearimg_uberzug
+ dobin scripts/displayimg
+ doman cfiles.1
+}