[140140] trunk/dports/devel
sean at macports.org
sean at macports.org
Wed Sep 9 14:28:12 PDT 2015
Revision: 140140
https://trac.macports.org/changeset/140140
Author: sean at macports.org
Date: 2015-09-09 14:28:12 -0700 (Wed, 09 Sep 2015)
Log Message:
-----------
dub: add new port for d-lang package building
Added Paths:
-----------
trunk/dports/devel/dub/
trunk/dports/devel/dub/Portfile
Added: trunk/dports/devel/dub/Portfile
===================================================================
--- trunk/dports/devel/dub/Portfile (rev 0)
+++ trunk/dports/devel/dub/Portfile 2015-09-09 21:28:12 UTC (rev 140140)
@@ -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 D-Programming-Language dub 4fece3c83464
+version 0.9.23.99
+categories devel
+platforms darwin
+license GPLv3
+maintainers sean openmaintainer
+description Package and build management system for D
+long_description Package and build manager for D applications and libraries.
+
+depends_lib port:dmd
+
+checksums rmd160 4b502f3eb89cd84b53b09e0ee3409e2f12906c8e \
+ sha256 bc3c0913c852a1da653142d94a6118a2e7850150a428de5890f0c8889b3d8f91
+
+use_configure no
+
+build.cmd ./build.sh
+build.target
+
+destroot {
+ xinstall -d -m 755 ${destroot}${prefix}/bin
+ copy ${worksrcpath}/bin/dub ${destroot}${prefix}/bin
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150909/02728ae1/attachment.html>
More information about the macports-changes
mailing list