diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:40:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:40:34 +0300 |
commit | 048f0972d20f57966c8cddaeb5b2085ac866ca56 (patch) | |
tree | 23f6cb22db09eae2c62bdd5969fe43954a84b928 | |
parent | 2efbd1d1de84a60b574c2a80b4d62b7862996bdf (diff) | |
download | repository-048f0972d20f57966c8cddaeb5b2085ac866ca56.tar.gz |
pinentry-dmenu: add new package at 0.1.1 to extra
-rwxr-xr-x | extra/pinentry-dmenu/build | 4 | ||||
-rw-r--r-- | extra/pinentry-dmenu/checksums | 1 | ||||
l--------- | extra/pinentry-dmenu/depends | 1 | ||||
-rw-r--r-- | extra/pinentry-dmenu/sources | 1 | ||||
-rw-r--r-- | extra/pinentry-dmenu/version | 1 |
5 files changed, 8 insertions, 0 deletions
diff --git a/extra/pinentry-dmenu/build b/extra/pinentry-dmenu/build new file mode 100755 index 00000000..431cc725 --- /dev/null +++ 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 new file mode 100644 index 00000000..f6727d35 --- /dev/null +++ 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 new file mode 120000 index 00000000..11df41b0 --- /dev/null +++ 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 new file mode 100644 index 00000000..a9b5064c --- /dev/null +++ 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 new file mode 100644 index 00000000..57aa7884 --- /dev/null +++ b/extra/pinentry-dmenu/version @@ -0,0 +1 @@ +0.1.1 1 |