[arch-commits] Commit in mokutil/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Thu Oct 14 18:55:06 UTC 2021


    Date: Thursday, October 14, 2021 @ 18:55:06
  Author: tpowa
Revision: 426001

archrelease: copy trunk to extra-x86_64

Added:
  mokutil/repos/extra-x86_64/
  mokutil/repos/extra-x86_64/PKGBUILD
    (from rev 426000, mokutil/trunk/PKGBUILD)

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Copied: mokutil/repos/extra-x86_64/PKGBUILD (from rev 426000, mokutil/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2021-10-14 18:55:06 UTC (rev 426001)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Mantas Mikulėnas <grawity at gmail.com>
+pkgname=mokutil
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Shim.efi Machine Owner Key management tool"
+arch=(i686 x86_64)
+url="https://github.com/lcp/mokutil"
+license=(GPL3)
+depends=(efivar openssl keyutils libxcrypt)
+makedepends=(git)
+_commit=205194f2ea5c31b10c43fa1385734bf192ee0189
+source=("git+https://github.com/lcp/mokutil#commit=$_commit")
+sha256sums=('SKIP')
+validpgpkeys=()
+
+pkgver() {
+  cd "$pkgname"
+  git describe --tags | sed 's/-/.r/; s/-/./'
+}
+
+prepare() {
+  cd "$pkgname"
+  autoreconf -f -i
+}
+
+build() {
+  cd "$pkgname"
+  ./configure \
+    --prefix=/usr           \
+    --sbindir=/usr/bin      \
+    --sysconfdir=/etc       ;
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2:sw=2:et



More information about the arch-commits mailing list