[arch-commits] Commit in pinentry-bemenu/repos (2 files)
Christian Rebischke
shibumi at archlinux.org
Wed Jun 16 21:35:10 UTC 2021
Date: Wednesday, June 16, 2021 @ 21:35:10
Author: shibumi
Revision: 964334
archrelease: copy trunk to community-x86_64
Added:
pinentry-bemenu/repos/community-x86_64/
pinentry-bemenu/repos/community-x86_64/PKGBUILD
(from rev 964332, pinentry-bemenu/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: pinentry-bemenu/repos/community-x86_64/PKGBUILD (from rev 964332, pinentry-bemenu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2021-06-16 21:35:10 UTC (rev 964334)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+
+pkgname=pinentry-bemenu
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Pinentry based on bemenu"
+arch=("x86_64")
+url="https://github.com/t-8ch/pinentry-bemenu"
+license=("GPL2")
+provides=("pinentry")
+depends=("bemenu" "libassuan" "libgpg-error")
+makedepends=("meson" "ninja" "cmake" "pkgconf" "popt")
+source=(
+ pinentry-bemenu-$pkgver.tar.gz::https://github.com/t-8ch/$pkgname/archive/refs/tags/v$pkgver.tar.gz
+)
+sha512sums=('f62d270e56ad1230fbe8b11d0571c18061faf2c39eecaf269f93d31693a88538317af6386ee7d2b28095cb1e703544e71d0c8551d638a2a692ad1c4653c759ff')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ arch-meson build
+ cd build
+ ninja
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}/build"
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list