commit d65085c647cf958ef7880750dee23621386913e3 parent 1b29a066fb1d486da9bb8e9996576a933c86c656 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Fri, 16 Oct 2020 19:26:54 -0500 nanomsg: new package Diffstat:
A | nanomsg/build | | | 10 | ++++++++++ |
A | nanomsg/checksums | | | 1 | + |
A | nanomsg/sources | | | 1 | + |
A | nanomsg/version | | | 1 | + |
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/nanomsg/build b/nanomsg/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DFLAG=1 + +cmake --build build +cmake --install build diff --git a/nanomsg/checksums b/nanomsg/checksums @@ -0,0 +1 @@ +218b31ae1534ab897cb5c419973603de9ca1a5f54df2e724ab4a188eb416df5a diff --git a/nanomsg/sources b/nanomsg/sources @@ -0,0 +1 @@ +https://github.com/nanomsg/nanomsg/archive/1.1.5.tar.gz diff --git a/nanomsg/version b/nanomsg/version @@ -0,0 +1 @@ +1.1.5 1