[145517] trunk/dports/sysutils

g5pw at macports.org g5pw at macports.org
Mon Feb 8 01:32:59 PST 2016


Revision: 145517
          https://trac.macports.org/changeset/145517
Author:   g5pw at macports.org
Date:     2016-02-08 01:32:59 -0800 (Mon, 08 Feb 2016)
Log Message:
-----------
sysutils/just:
  add port (#50540)

Added Paths:
-----------
    trunk/dports/sysutils/just/
    trunk/dports/sysutils/just/Portfile

Added: trunk/dports/sysutils/just/Portfile
===================================================================
--- trunk/dports/sysutils/just/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/just/Portfile	2016-02-08 09:32:59 UTC (rev 145517)
@@ -0,0 +1,30 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        casey just 0.1.0
+github.tarball_from releases
+
+categories          sysutils
+platforms           darwin
+license             permissive
+
+maintainers         rodarmor.com:casey
+description         A handy way to store and run project-specific commands
+long_description    just is a simple tool which allows you to easily save \
+                    and run project specific commands.
+
+checksums           rmd160 825dd68ca15fa37176c6d3a9be169c38754a2614 \
+                    sha256 bd2fe5f2be94ab78b040b980e3b24b60747d11562b38bfeb6adf246eb2563b38
+
+homepage            https://github.com/casey/just
+depends_run         port:gmake
+supported_archs     noarch
+use_configure       no
+build               {}
+
+destroot {
+  file copy ${worksrcpath}/just ${destroot}${prefix}/bin/just
+}


Property changes on: trunk/dports/sysutils/just/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160208/3e6644c7/attachment.html>


More information about the macports-changes mailing list