[arch-commits] Commit in efibootmgr/repos (testing-x86_64 testing-x86_64/PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Sep 4 21:15:01 UTC 2020


    Date: Friday, September 4, 2020 @ 21:15:01
  Author: dvzrv
Revision: 395444

archrelease: copy trunk to testing-x86_64

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

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

Copied: efibootmgr/repos/testing-x86_64/PKGBUILD (from rev 395443, efibootmgr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-09-04 21:15:01 UTC (rev 395444)
@@ -0,0 +1,44 @@
+# 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)>
+
+# upstream only signs commits
+_commit=e067160ecef8208e1944002e5d50b275733211fb # 17
+pkgname=efibootmgr
+pkgver=17
+pkgrel=2
+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=${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10') # Peter Jones <pjones at redhat.com>
+
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # removing hotfix function declaration:
+  # https://github.com/rhboot/efibootmgr/issues/128
+  sed -e '/extern int efi_set_verbose/d' -i "src/${pkgname}.c"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make libdir='/usr/lib' sbindir='/usr/bin' EFIDIR='arch'
+}
+
+package() {
+  depends+=('libefiboot.so' 'libefivar.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" \
+       libdir='/usr/lib' \
+       sbindir='/usr/bin' \
+       EFIDIR='arch' \
+       install
+  install -vDm 644 {AUTHORS,README,README.md,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list