mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
994 B
Plaintext
27 lines
994 B
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.branches 3.3 3.2 3.1
|
|
ruby.setup launchy 2.5.2 gem {} rubygems
|
|
revision 0
|
|
checksums rmd160 0f76a2ed4d9e7e76d2024cfead2dbac81f6ac01a \
|
|
sha256 8aa0441655aec5514008e1d04892c2de3ba57bd337afb984568da091121a241b \
|
|
size 30208
|
|
|
|
maintainers nomaintainer
|
|
categories-append devel
|
|
license ISC
|
|
description Cross-platform application launcher class
|
|
long_description Launchy is a helper class for launching cross-platform \
|
|
applications in a fire and forget manner.
|
|
homepage https://github.com/copiousfreetime/launchy
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-addressable
|
|
}
|