blob: 6f2ce8d48ac4244631dd2a8f7f1904844bad3c32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= fff
DISTVERSION= 2.2
CATEGORIES= deskutils
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Simple file manager written in Bash
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= bash:shells/bash
USES= shebangfix
SHEBANG_FILES= fff
USE_GITHUB= yes
GH_ACCOUNT= dylanaraps
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/fff share/man/man1/fff.1.gz
.include <bsd.port.mk>
|