Import fff

COMMENT:
simple and fast file manager

DESCR:
fff provides a simplistic file manager with curses based interface.
It supports opening files with xdg-open.

From Dimitri Karamazov <deserter666 AT danwin1210 DOT me> who also takes
MAINTAINER.

OK rsadowski@
This commit is contained in:
bket 2020-07-15 15:36:32 +00:00
parent a3e2e12f8b
commit e10f3598a2
4 changed files with 33 additions and 0 deletions

26
sysutils/fff/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/07/15 15:36:32 bket Exp $
COMMENT = simple and fast file manager
GH_ACCOUNT = dylanaraps
GH_PROJECT = fff
GH_TAGNAME = 2.1
CATEGORIES = sysutils
MAINTAINER = Dimitri Karamazov <deserter666@danwin1210.me>
# MIT
PERMIT_PACKAGE = Yes
RUN_DEPENDS = converters/libiconv \
devel/gettext,-runtime \
devel/xdg-utils \
shells/bash
FAKE_FLAGS = DESTDIR= MANDIR="${DESTDIR}${PREFIX}/man"
NO_BUILD = Yes
NO_TEST = Yes
.include <bsd.port.mk>

2
sysutils/fff/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (fff-2.1.tar.gz) = d2hw0RwCL6QEaNXVgoMcCrW+ztVzSJCX3qr13WkOfqs=
SIZE (fff-2.1.tar.gz) = 15573

2
sysutils/fff/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
fff provides a simplistic file manager with curses based interface.
It supports opening files with xdg-open.

3
sysutils/fff/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/07/15 15:36:32 bket Exp $
bin/fff
@man man/man1/fff.1