[arch-commits] Commit in iucode-tool/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon May 7 20:48:08 UTC 2018
Date: Monday, May 7, 2018 @ 20:48:08
Author: eworm
Revision: 323456
archrelease: copy trunk to testing-x86_64
Added:
iucode-tool/repos/testing-x86_64/
iucode-tool/repos/testing-x86_64/PKGBUILD
(from rev 323455, iucode-tool/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: iucode-tool/repos/testing-x86_64/PKGBUILD (from rev 323455, iucode-tool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-07 20:48:08 UTC (rev 323456)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Andreas Bosch <admin at progandy.de>
+
+pkgname=iucode-tool
+pkgver=2.3.1
+pkgrel=2
+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')
+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