Ticket #64066: portfile

File portfile, 1.1 KB (added by mcjsk (Mark Jamsek), 2 years ago)

update portfile: drop platforms and add openmaintainer per hints from ra1nbow@

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
3PortSystem      1.0
4
5name            fnc
6version         0.6
7distname        fnc-${version}
8categories      devel
9supported_archs x86_64 i386 arm64
10license         ISC
11maintainers     {bsdbox.org:mark @mcjsk} \
12                openmaintainer
13description     A read-only ncurses browser for fossil repositories
14long_description        ${name} is an interactive read-only browser for fossil \
15                        repositories that uses libfossil and ncurses to create \
16                        a fossil ui experience in the terminal by providing    \
17                        timeline, diff, tree, blame, and branch views to       \
18                        navigate repositories.
19homepage        https://fnc.bsdbox.org
20master_sites    https://fnc.bsdbox.org/tarball/${version}/
21
22checksums       rmd160  f9a5eafd6c487edbddf1f8d7aeccc6aa6febbaf9  \
23                sha256  56c0520ccf86652d063f12dd2450e952c36bd9f0e22b385b95c06137ba21ae66  \
24                size    2950599
25
26use_configure   no
27destroot.destdir        PREFIX=${destroot}${prefix}