You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup ssdeep-project ssdeep 2.14.1 release-
|
|
categories security sysutils
|
|
platforms darwin
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
|
|
description Recursively compute fuzzy hashes on files
|
|
|
|
long_description ssdeep is a program for computing fuzzy hashes on files. \
|
|
These hashes can be used for finding similar files.
|
|
|
|
homepage https://ssdeep-project.github.io/ssdeep/
|
|
github.tarball_from releases
|
|
|
|
checksums rmd160 250f44f1cfd08787d56f604e69f1768b092461df \
|
|
sha256 ff2eabc78106f009b4fb2def2d76fb0ca9e12acf624cbbfad9b3eb390d931313
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FILEFORMAT \
|
|
NEWS README TODO ${destroot}${docdir}
|
|
}
|