commit c8917b5730da4118715c8ef41ba9b031585aaf20 parent 78ed90b452c3e4654091b2a271d1dd9229d73d60 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 12 Feb 2020 13:40:34 +0300 nap-utils: add new package at git to cem Diffstat:
A | cem/nap-utils/build | | | 4 | ++++ |
A | cem/nap-utils/checksums | | | 1 | + |
A | cem/nap-utils/sources | | | 1 | + |
A | cem/nap-utils/version | | | 1 | + |
4 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/cem/nap-utils/build b/cem/nap-utils/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make -C nap PREFIX=/usr DESTDIR="$1" install +make -C nap-hooks PREFIX=/usr DESTDIR="$1" install diff --git a/cem/nap-utils/checksums b/cem/nap-utils/checksums @@ -0,0 +1 @@ +git git+git://git.ckyln.com/cem-utils diff --git a/cem/nap-utils/sources b/cem/nap-utils/sources @@ -0,0 +1 @@ +git+git://git.ckyln.com/cem-utils diff --git a/cem/nap-utils/version b/cem/nap-utils/version @@ -0,0 +1 @@ +git 1