You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
1.1 KiB
Tcl
24 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 3.0 2.7
|
|
ruby.setup gem-patch 0.1.6 gem
|
|
categories-append devel
|
|
platforms any
|
|
license MIT
|
|
maintainers {l2dy @l2dy} openmaintainer
|
|
supported_archs noarch
|
|
description A RubyGems plugin for patching gems
|
|
long_description gem-patch is a RubyGems plugin that helps to patch gems \
|
|
without manually opening and rebuilding them. It opens a \
|
|
given .gem file, extracts it, patches it with system patch \
|
|
command, clones its spec, updates the file list and builds \
|
|
the patched gem.
|
|
homepage https://github.com/fedora-ruby/gem-patch
|
|
|
|
checksums rmd160 6c287f49f664282c381d6ca1486b8cd792b941ce \
|
|
sha256 4c641ed7a56822f9c497681d65daeab21eede44064874af922b567db6f47ffdd \
|
|
size 10240
|