mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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
|
|
ruby.setup minitar-cli 1.0.0 gem {} rubygems
|
|
categories-append archivers
|
|
platforms any
|
|
license BSD Ruby
|
|
maintainers nomaintainer
|
|
description Pure-Ruby command-line tool for working with POSIX tar(1) \
|
|
archive files
|
|
long_description {*}${description}
|
|
homepage https://github.com/halostatue/minitar-cli
|
|
checksums rmd160 6ce8ef2babc3acf9bc118c85a6b36e499fc814e8 \
|
|
sha256 c467cb2598503efef400b6143b001c3bd3815268666a297806a83fe065c99460 \
|
|
size 17920
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:rb${ruby.suffix}-minitar \
|
|
port:rb${ruby.suffix}-powerbar
|
|
|
|
post-destroot {
|
|
system -W ${destroot}${ruby.gemdir}/specifications \
|
|
"/usr/bin/patch -p0 < ${filespath}/patch-gemspec-${ruby.branch}.diff"
|
|
}
|
|
}
|