You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.0 KiB
Tcl
26 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 ruby 1.0
|
|
|
|
ruby.branches 3.3 3.2 3.1 3.0 2.7 2.6 2.5 2.4
|
|
ruby.setup rubyzip 3.2.2 gem
|
|
revision 0
|
|
|
|
categories-append archivers
|
|
license {Ruby GPL-2}
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description rubyzip is a ruby module for reading and writing zip files
|
|
long_description \
|
|
{*}${description}, with the restriction that only uncompressed and deflated \
|
|
zip entries are supported. All this library does is handling of the zip \
|
|
file format. the actual compression/decompression is handled by zlib.
|
|
homepage https://github.com/rubyzip/rubyzip
|
|
|
|
checksums rmd160 03c4bae958ae8849f781899506298afb03c091e5 \
|
|
sha256 c0ed99385f0625415c8f05bcae33fe649ed2952894a95ff8b08f26ca57ea5b3c \
|
|
size 56832
|