Files
macports-ports/sysutils/container-diff/Portfile
T
Aaron Madlon-Kay 0a9437e290 golang ports: specify github.tarball_from archive in portgroup
For the main distfile only. Vendors will need a bigger, separate migration.

Ports that don't specify are set to `tarball`.
2025-03-07 07:03:15 +09:00

37 lines
1.4 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 golang 1.0
go.setup github.com/GoogleContainerTools/container-diff 0.19.0 v
go.offline_build no
revision 0
description Diff your Docker containers
long_description \
${name} is a tool for analyzing and comparing container images. ${name} \
can examine images along several different criteria, including Docker \
Image History, Image file system, Image size, Apt packages, RPM packages, \
pip packages, npm packages. These analyses can be performed on a single \
image, or a diff can be performed on two images to compare. The tool can \
help users better understand what is changing inside their images, and \
give them a better look at what their images contain.
categories sysutils
installs_libs no
license Apache-2
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 4ea36bcc1de683a1a382e3af05e3ae317a8fb8e5 \
sha256 ba369effbe0d9f556cbcdadd5882eeb6346a105c11e5f07ffccb7e834cadefe6 \
size 311948
build.cmd make
build.args GIT_VERSION=${github.tag_prefix}${version}
destroot {
xinstall -m 0755 ${worksrcpath}/out/${name} ${destroot}${prefix}/bin/
}