[145958] trunk/dports/www

takeshi at macports.org takeshi at macports.org
Mon Feb 22 18:39:19 PST 2016


Revision: 145958
          https://trac.macports.org/changeset/145958
Author:   takeshi at macports.org
Date:     2016-02-22 18:39:19 -0800 (Mon, 22 Feb 2016)
Log Message:
-----------
wp-cli: add to MacPorts

Added Paths:
-----------
    trunk/dports/www/wp-cli/
    trunk/dports/www/wp-cli/Portfile

Added: trunk/dports/www/wp-cli/Portfile
===================================================================
--- trunk/dports/www/wp-cli/Portfile	                        (rev 0)
+++ trunk/dports/www/wp-cli/Portfile	2016-02-23 02:39:19 UTC (rev 145958)
@@ -0,0 +1,29 @@
+# -*- 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 wp-cli wp-cli 0.22.0 v
+github.tarball_from releases
+categories          www php devel
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         takeshi openmaintainers
+description         A command line interface for WordPress
+long_description \
+    WP-CLI is a set of command-line tools for managing WordPress installations. \
+    You can update plugins, set up multisite installs and much more, without using a web browser.
+homepage            http://wp-cli.org
+extract.suffix      .phar
+
+checksums           rmd160  5d7d28d37968b4aaa8599de030d7429c1014713e \
+                    sha256  9ad3d193c19771b13696ed8e6a5e59d2fd3acc12464ec119aae9238b8aca7274
+
+extract {}
+use_configure       no
+build {}
+destroot {
+    xinstall -m 755 ${distpath}/${distfiles} ${destroot}${prefix}/bin/${name}
+}


Property changes on: trunk/dports/www/wp-cli/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/20160222/55c69cce/attachment.html>


More information about the macports-changes mailing list