[arch-commits] Commit in efibootmgr/repos (3 files)

David Runge dvzrv at gemini.archlinux.org
Sat Jul 9 09:03:57 UTC 2022


    Date: Saturday, July 9, 2022 @ 09:03:56
  Author: dvzrv
Revision: 450554

archrelease: copy trunk to testing-x86_64

Added:
  efibootmgr/repos/testing-x86_64/
  efibootmgr/repos/testing-x86_64/PKGBUILD
    (from rev 450553, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/keys/

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

Copied: efibootmgr/repos/testing-x86_64/PKGBUILD (from rev 450553, efibootmgr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-07-09 09:03:56 UTC (rev 450554)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Murtuza Akhtari <inxsible at gmail dot com>
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname=efibootmgr
+_commit=712aeb81311de28a3fcfea7465dcb93743f07a53  # refs/tags/18
+pkgver=18
+pkgrel=1
+pkgdesc="Linux user-space application to modify the EFI Boot Manager"
+arch=(x86_64)
+url="https://github.com/rhboot/efibootmgr"
+license=(GPL2)
+depends=(glibc popt)
+makedepends=(efivar git)
+source=($pkgname::git+https://github.com/rhboot/efibootmgr#tag=$_commit?signed)
+sha512sums=('SKIP')
+validpgpkeys=(
+  'B00B48BC731AA8840FED9FB0EED266B70F4FEF10'  # Peter Jones <pjones at redhat.com>
+  '039A9CEA19DE9508C36875AA2532F9176A95A442'  # Robbie Harwood (work) <rharwood at redhat.com>
+)
+
+build() {
+  make libdir=/usr/lib sbindir=/usr/bin EFIDIR=arch -C $pkgname
+}
+
+package() {
+  depends+=(libefiboot.so libefivar.so)
+
+  make DESTDIR="$pkgdir" libdir=/usr/lib sbindir=/usr/bin EFIDIR=arch install -C $pkgname
+  install -vDm 644 $pkgname/{AUTHORS,README,README.md,TODO} -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list