mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
851 B
Plaintext
26 lines
851 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
PortGroup github 1.0
|
|
|
|
version 0.6.37
|
|
github.setup uwabami rdtool ${version} v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
ruby.setup rdtool ${version} setup.rb {README.rd README.rd.ja doc utils}
|
|
maintainers {kimuraw @kimuraw}
|
|
description RDtool is RD formatter and utilities. (RD is Ruby's POD)
|
|
long_description \
|
|
RDtool is RD formatter and utilities. (RD is Ruby's POD) \
|
|
RDtool contains a converter command "rd2" and Ruby libraries \
|
|
to handle RD files.
|
|
categories-append textproc
|
|
license {Ruby GPL}
|
|
platforms any
|
|
supported_archs noarch
|
|
checksums md5 69dab7c77d62f51ca11e5d1f201c9f84 \
|
|
rmd160 be9644258c07a1d694a37b3a53636e0cef951430 \
|
|
sha1 77fad4202113d829f98639572ec85bb51701af6f
|
|
|
|
test.run yes
|
|
test.cmd ${ruby.bin} -I./lib ./test.rb
|