pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ldc-git: stub for testing git-package.mk



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Fri Dec 11 00:56:42 2015 +0100
Changeset:	a330fbe09d4aa91ebb89cc17f96de3b794b22248

Added Files:
	ldc-git/Makefile
	ldc-git/PLIST

Log Message:
ldc-git: stub for testing git-package.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a330fbe09d4aa91ebb89cc17f96de3b794b22248

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ldc-git/Makefile | 23 +++++++++++++++++++++++
 ldc-git/PLIST    |  0
 2 files changed, 23 insertions(+)

diffs:
diff --git a/ldc-git/Makefile b/ldc-git/Makefile
new file mode 100644
index 0000000..6466425
--- /dev/null
+++ b/ldc-git/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+PKGNAME=	ldc-0.16.1
+CATEGORIES=	wip
+
+GIT_REPOSITORIES=	ldc
+GIT_REPO.ldc=	https://github.com/ldc-developers/ldc.git
+#GIT_TAG.ldc=	v0.16.1
+GIT_BRANCH.ldc=	release-0.16.1
+WRKSRC=	${WRKDIR}/ldc
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://wiki.dlang.org/LDC
+COMMENT=	D compiler based on LLVM
+#LICENSE=	# TODO: (see mk/license.mk)
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../wip/llvm-git/buildlink3.mk"
+.include "../../devel/libconfig/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ldc-git/PLIST b/ldc-git/PLIST
new file mode 100644
index 0000000..e69de29


Home | Main Index | Thread Index | Old Index