commit 4473a153bc02e814949ff14f7ed07924f1082703 parent 0eb3792b16b2b3eef163ef00ce312f153f8c65a4 Author: aabacchus <bvnfuller@gmail.com> Date: Mon, 5 Apr 2021 00:35:23 +0100 zziplib: new package at 0.13.72 Diffstat:
A | zziplib/build | | | 5 | +++++ |
A | zziplib/checksums | | | 1 | + |
A | zziplib/depends | | | 1 | + |
A | zziplib/sources | | | 1 | + |
A | zziplib/version | | | 1 | + |
5 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/zziplib/build b/zziplib/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +make PREFIX=/usr +cd build +make DESTDIR="$1" install diff --git a/zziplib/checksums b/zziplib/checksums @@ -0,0 +1 @@ +93ef44bf1f1ea24fc66080426a469df82fa631d13ca3b2e4abaeab89538518dc diff --git a/zziplib/depends b/zziplib/depends @@ -0,0 +1 @@ +zlib diff --git a/zziplib/sources b/zziplib/sources @@ -0,0 +1 @@ +https://github.com/gdraheim/zziplib/archive/v0.13.72.tar.gz diff --git a/zziplib/version b/zziplib/version @@ -0,0 +1 @@ +0.13.72 1