kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 682e51d8585a061e96b3ac639e724d9b4b10416b
parent b0988f370820f67009aa69498b32d34026977dc3
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 19 Jun 2022 10:47:57 -0400

pinentry-bemenu: Add new package at version 0.11.0

Diffstat:
Aextra/pinentry-bemenu/build | 5+++++
Aextra/pinentry-bemenu/checksums | 1+
Aextra/pinentry-bemenu/depends | 5+++++
Aextra/pinentry-bemenu/sources | 1+
Aextra/pinentry-bemenu/version | 1+
5 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/extra/pinentry-bemenu/build b/extra/pinentry-bemenu/build @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +meson --prefix=/usr build +meson compile -C build +meson install -C build diff --git a/extra/pinentry-bemenu/checksums b/extra/pinentry-bemenu/checksums @@ -0,0 +1 @@ +dec7c6eae306e911f445a651dd48855344a521c00f627f5736eba324d7cb9183 diff --git a/extra/pinentry-bemenu/depends b/extra/pinentry-bemenu/depends @@ -0,0 +1,5 @@ +bemenu +libassuan +libgpg-error +meson make +popt diff --git a/extra/pinentry-bemenu/sources b/extra/pinentry-bemenu/sources @@ -0,0 +1 @@ +https://github.com/t-8ch/pinentry-bemenu/archive/refs/tags/vVERSION.tar.gz diff --git a/extra/pinentry-bemenu/version b/extra/pinentry-bemenu/version @@ -0,0 +1 @@ +0.11.0 1