mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
862 B
Tcl
26 lines
862 B
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 golang 1.0
|
|
|
|
go.setup github.com/robpike/ivy 0.4.0 v
|
|
go.package robpike.io/ivy
|
|
revision 0
|
|
|
|
description ${name} is an interpreter for an APL-like language.
|
|
long_description {*}${description}
|
|
|
|
categories math
|
|
installs_libs no
|
|
license BSD
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 c36d938d2886cccb114dc86a3ce1ea5429d4201e \
|
|
sha256 d8a4d79aea6d99db7e3bf867c1f2b8df4e966abbd7623d1a8d5664ea4aa6ff8b \
|
|
size 334923
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|