commit 5e83a218705f48315c331db68d4758b245a932a1 parent 83db51e6470369bb80e624a5e59fc3dfb4b92b34 Author: aabacchus <ben@bvnf.space> Date: Thu, 15 Apr 2021 01:52:02 +0100 pounce: new package at 2.3 Diffstat:
A | pounce/build | | | 6 | ++++++ |
A | pounce/checksums | | | 1 | + |
A | pounce/depends | | | 1 | + |
A | pounce/sources | | | 1 | + |
A | pounce/version | | | 1 | + |
5 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pounce/build b/pounce/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr +make all +make DESTDIR="$1" install diff --git a/pounce/checksums b/pounce/checksums @@ -0,0 +1 @@ +47e77cf01ccd94c6ecb83410d7f832426de61e28573b7aa4ac60fec5ac3f468b diff --git a/pounce/depends b/pounce/depends @@ -0,0 +1 @@ +libressl diff --git a/pounce/sources b/pounce/sources @@ -0,0 +1 @@ +https://git.causal.agency/pounce/snapshot/pounce-2.3.tar.gz diff --git a/pounce/version b/pounce/version @@ -0,0 +1 @@ +2.3 1