mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
834 B
Tcl
20 lines
834 B
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
|
|
ruby.setup minitar 1.0.2 gem {} rubygems
|
|
categories-append archivers
|
|
platforms any
|
|
license BSD Ruby
|
|
maintainers nomaintainer
|
|
description Pure-Ruby library that provides the ability to deal \
|
|
with POSIX tar(1) archive files
|
|
long_description {*}${description}
|
|
homepage https://github.com/halostatue/minitar
|
|
checksums rmd160 9842d48677ca6f28a02522e0cb429225594903fd \
|
|
sha256 b192eb2ba7672906ed53853d2188130a849f1c2451e5b2dac688d9f5f7634672 \
|
|
size 34304
|
|
supported_archs noarch
|