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:
parent
a3e2e12f8b
commit
e10f3598a2
26
sysutils/fff/Makefile
Normal file
26
sysutils/fff/Makefile
Normal 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
2
sysutils/fff/distinfo
Normal 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
2
sysutils/fff/pkg/DESCR
Normal 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
3
sysutils/fff/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user