mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
793 B
Tcl
24 lines
793 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 github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup soveran clac 0.3.4
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
categories math
|
|
license MIT
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description Command-line, stack-based calculator with postfix notation
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 f0eb7855cd8c8fde1d5df264dad69991350cb86a \
|
|
sha256 3ee19329cc2e2d3a4d70eab9aa9e89f0e6f07becaa89e9156e5eb2cf94dc568a \
|
|
size 52123
|
|
|
|
build.target clac
|
|
destroot.args PREFIX=${destroot}${prefix}
|