pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add crosswrench git to pkgsrc-wip.
Module Name: pkgsrc-wip
Committed By: Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By: nros
Date: Sat Apr 23 14:31:16 2022 +0200
Changeset: dfaf6d0a86f7c15ed4e20edd418156453e04fd39
Modified Files:
Makefile
Added Files:
crosswrench-git/DESCR
crosswrench-git/Makefile
crosswrench-git/PLIST
Log Message:
Add crosswrench git to pkgsrc-wip.
Crosswrench is a python wheel installer
written in C++.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dfaf6d0a86f7c15ed4e20edd418156453e04fd39
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
crosswrench-git/DESCR | 2 ++
crosswrench-git/Makefile | 27 +++++++++++++++++++++++++++
crosswrench-git/PLIST | 4 ++++
4 files changed, 34 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index e6c29a580a..36462d4db5 100644
--- a/Makefile
+++ b/Makefile
@@ -554,6 +554,7 @@ SUBDIR+= cronolog-devel
SUBDIR+= cross-binutils
SUBDIR+= crossguid
SUBDIR+= crossroads-io
+SUBDIR+= crosswrench-git
SUBDIR+= crrcsim
SUBDIR+= crust-firmware
SUBDIR+= cryptcat
diff --git a/crosswrench-git/DESCR b/crosswrench-git/DESCR
new file mode 100644
index 0000000000..48b11acaa0
--- /dev/null
+++ b/crosswrench-git/DESCR
@@ -0,0 +1,2 @@
+Crosswrench is a python wheel installer
+written in C++.
diff --git a/crosswrench-git/Makefile b/crosswrench-git/Makefile
new file mode 100644
index 0000000000..6f3ca64ae0
--- /dev/null
+++ b/crosswrench-git/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME= crosswrench-0.0
+CATEGORIES= pkgtools
+
+MAINTAINER= nros%NetBSD.org@localhost
+HOMEPAGE= https://github.com/niclasr/crosswrench/
+COMMENT= Python wheel installer written in C++
+LICENSE= mit
+
+GIT_REPO= https://github.com/niclasr/crosswrench.git
+
+USE_LANGUAGES= c++
+USE_TOOLS+= pkg-config
+
+USE_CMAKE= yes
+
+CMAKE_ARGS+= -DEXTERNAL_LIBS:BOOL=ON
+
+.include "../../devel/cxxopts/buildlink3.mk"
+.include "../../devel/pstreams/buildlink3.mk"
+.include "../../security/botan2/buildlink3.mk"
+.include "../../wip/csv2/buildlink3.mk"
+.include "../../wip/libzippp/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../wip/pystring/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/crosswrench-git/PLIST b/crosswrench-git/PLIST
new file mode 100644
index 0000000000..648a7a49ea
--- /dev/null
+++ b/crosswrench-git/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/crosswrench
+share/doc/crosswrench/LICENSE
+share/doc/crosswrench/LICENSE.libs
Home |
Main Index |
Thread Index |
Old Index