[arch-commits] Commit in igsc/repos (community-x86_64 community-x86_64/PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Sun Aug 8 12:32:06 UTC 2021


    Date: Sunday, August 8, 2021 @ 12:32:06
  Author: dbermond
Revision: 994932

archrelease: copy trunk to community-x86_64

Added:
  igsc/repos/community-x86_64/
  igsc/repos/community-x86_64/PKGBUILD
    (from rev 994931, igsc/trunk/PKGBUILD)

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

Copied: igsc/repos/community-x86_64/PKGBUILD (from rev 994931, igsc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-08-08 12:32:06 UTC (rev 994932)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=igsc
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Intel graphics system controller firmware update library'
+arch=('x86_64')
+url='https://github.com/intel/igsc/'
+license=('Apache')
+depends=('intel-metee' 'systemd-libs')
+makedepends=('cmake' 'systemd')
+source=("https://github.com/intel/igsc/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('2e951cf6a21bf69fc80669f6df41a0678ee830f2ef61e0f5d3fba1ddd06d0e1c')
+
+build() {
+    cmake -B build -S "${pkgname}-${pkgver}" \
+        -DCMAKE_BUILD_TYPE:STRING='None' \
+        -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+        -DENABLE_WERROR:BOOL='OFF' \
+        -Wno-dev
+    make -C build
+}
+
+package() {
+    make -C build DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list