[arch-commits] Commit in mokutil/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Tobias Powalowski
tpowa at gemini.archlinux.org
Fri May 13 14:47:01 UTC 2022
Date: Friday, May 13, 2022 @ 14:47:01
Author: tpowa
Revision: 445397
archrelease: copy trunk to extra-x86_64
Added:
mokutil/repos/extra-x86_64/PKGBUILD
(from rev 445396, mokutil/trunk/PKGBUILD)
Deleted:
mokutil/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-13 14:30:38 UTC (rev 445396)
+++ PKGBUILD 2022-05-13 14:47:01 UTC (rev 445397)
@@ -1,41 +0,0 @@
-# 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
Copied: mokutil/repos/extra-x86_64/PKGBUILD (from rev 445396, mokutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-13 14:47:01 UTC (rev 445397)
@@ -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