kiss-nihal

personal KISS Linux package repo
git clone git://git.nihaljere.xyz/kiss-nihal
Log | Files | Refs | Submodules

commit b47364189c1f4a356b2e931778611db97e15f59b
parent ae9a537e0fa494773528d6dee0ac67c838b9432e
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue, 14 Dec 2021 16:31:39 -0600

mpop: new package

Diffstat:
Ampop/build | 9+++++++++
Ampop/checksums | 1+
Ampop/depends | 2++
Ampop/sources | 1+
Ampop/version | 1+
5 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/mpop/build b/mpop/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-tls=libtls \ + --disable-nls + +make +make DESTDIR="$1" install diff --git a/mpop/checksums b/mpop/checksums @@ -0,0 +1 @@ +b3498466c65b650add1a6e79209b27ba86375673a45c96a5927bed685a327dc1 diff --git a/mpop/depends b/mpop/depends @@ -0,0 +1,2 @@ +openssl +pkgconf make diff --git a/mpop/sources b/mpop/sources @@ -0,0 +1 @@ +https://marlam.de/mpop/releases/mpop-1.4.13.tar.xz diff --git a/mpop/version b/mpop/version @@ -0,0 +1 @@ +1.4.13 2