commit 048f0972d20f57966c8cddaeb5b2085ac866ca56 parent 2efbd1d1de84a60b574c2a80b4d62b7862996bdf Author: Cem Keylan <cem@ckyln.com> Date: Wed, 11 Mar 2020 20:40:34 +0300 pinentry-dmenu: add new package at 0.1.1 to extra Diffstat:
A | extra/pinentry-dmenu/build | | | 4 | ++++ |
A | extra/pinentry-dmenu/checksums | | | 1 | + |
A | extra/pinentry-dmenu/depends | | | 2 | ++ |
A | extra/pinentry-dmenu/sources | | | 1 | + |
A | extra/pinentry-dmenu/version | | | 1 | + |
5 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/extra/pinentry-dmenu/build b/extra/pinentry-dmenu/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" PREFIX=/usr install diff --git a/extra/pinentry-dmenu/checksums b/extra/pinentry-dmenu/checksums @@ -0,0 +1 @@ +a3ad1a1adbd42f74e60bf0792dddf0605706322040394aaa9bb0fab5ec54cb73 pinentry-dmenu-0.1.1.tar.gz diff --git a/extra/pinentry-dmenu/depends b/extra/pinentry-dmenu/depends @@ -0,0 +1 @@ +../dmenu/depends+ \ No newline at end of file diff --git a/extra/pinentry-dmenu/sources b/extra/pinentry-dmenu/sources @@ -0,0 +1 @@ +https://git.ckyln.com/archives/pinentry-dmenu/pinentry-dmenu-0.1.1.tar.gz diff --git a/extra/pinentry-dmenu/version b/extra/pinentry-dmenu/version @@ -0,0 +1 @@ +0.1.1 1