[153796] trunk/dports/textproc
raimue at macports.org
raimue at macports.org
Tue Oct 11 17:28:42 CEST 2016
Revision: 153796
https://trac.macports.org/changeset/153796
Author: raimue at macports.org
Date: 2016-10-11 08:28:41 -0700 (Tue, 11 Oct 2016)
Log Message:
-----------
ripgrep: new port, version 0.2.2
Added Paths:
-----------
trunk/dports/textproc/ripgrep/
trunk/dports/textproc/ripgrep/Portfile
Added: trunk/dports/textproc/ripgrep/Portfile
===================================================================
--- trunk/dports/textproc/ripgrep/Portfile (rev 0)
+++ trunk/dports/textproc/ripgrep/Portfile 2016-10-11 15:28:41 UTC (rev 153796)
@@ -0,0 +1,33 @@
+# -*- 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 BurntSushi ripgrep 0.2.2
+platforms darwin
+maintainers raimue \
+ openmaintainer
+license MIT
+
+description fast command line search tool
+long_description ripgrep is a command line search tool that combines the \
+ usability of The Silver Searcher (an ack clone) with the \
+ raw speed of GNU grep.
+
+checksums rmd160 7a9690c5f685fee9bfc7958c326a0bcd02110a4b \
+ sha256 a89a293e55688b2d9f5f604428b72a0c8038d29de81c7332720bd410638c52e6
+
+depends_build port:cargo
+
+use_configure no
+
+build.cmd cargo
+build.target build
+build.args --release
+
+destroot {
+ xinstall -m 755 ${worksrcpath}/target/release/rg ${destroot}${prefix}/bin/
+ ln -s rg ${destroot}${prefix}/bin/ripgrep
+ xinstall -m 444 ${worksrcpath}/doc/rg.1 ${destroot}${prefix}/share/man/man1/
+}
Property changes on: trunk/dports/textproc/ripgrep/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161011/990beb75/attachment-0002.html>
More information about the macports-changes
mailing list