mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
719 B
Plaintext
24 lines
719 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup Technorati-Ruby 0.1.0 gem {} rubygems
|
|
maintainers nomaintainer
|
|
description Technorati(http://technorati.com/) bindings for Ruby.
|
|
long_description {*}${description}
|
|
checksums md5 61469d73ade821ef239ba9ee43d2ec21 \
|
|
sha1 c2a8b21e758e5ddfd1b024dff3da44c9ccac3021 \
|
|
rmd160 8d64d0d9609b5727494ad705ac0b46dfa795fad6
|
|
platforms any
|
|
supported_archs noarch
|
|
homepage http://www.pablotron.org/software/technorati-ruby/
|
|
|
|
# Fix a bug in the code.
|
|
# Cf ${homepage}
|
|
post-destroot {
|
|
system "cd ${workpath} && patch -p1 < ${filespath}/patch-technorati.rb"
|
|
}
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}
|
|
livecheck.regex {/download/gems/technorati-ruby-(.*).gem}
|