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

Christian Hesse eworm at gemini.archlinux.org
Mon Sep 27 21:48:13 UTC 2021


    Date: Monday, September 27, 2021 @ 21:48:12
  Author: eworm
Revision: 424774

archrelease: copy trunk to testing-x86_64

Added:
  iucode-tool/repos/testing-x86_64/
  iucode-tool/repos/testing-x86_64/PKGBUILD
    (from rev 424773, iucode-tool/trunk/PKGBUILD)

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

Copied: iucode-tool/repos/testing-x86_64/PKGBUILD (from rev 424773, iucode-tool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-09-27 21:48:12 UTC (rev 424774)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Andreas Bosch <admin at progandy.de>
+
+pkgname=iucode-tool
+pkgver=2.3.1
+pkgrel=4
+pkgdesc='Tool to manipulate Intel® IA-32/X86-64 microcode bundles'
+arch=('x86_64')
+url='https://gitlab.com/iucode-tool/iucode-tool/wikis/home'
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('C467A717507BBAFED3C160920BD9E81139CB4807') # Henrique de Moraes Holschuh <hmh at hmh.eng.br>
+source=("https://gitlab.com/iucode-tool/releases/raw/master/${pkgname}_${pkgver}.tar.xz"{,.asc})
+sha256sums=('12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95'
+            'SKIP')
+
+build() {
+	cd "$srcdir/${pkgname}-$pkgver"
+
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin
+	make
+}
+
+package() {
+	cd "$srcdir/${pkgname}-$pkgver"
+
+	make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list