Date: Saturday, January 7, 2023 @ 17:53:31
  Author: archange
Revision: 1381760

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: igsc/repos/community-staging-x86_64/PKGBUILD (from rev 1381759, 
igsc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2023-01-07 17:53:31 UTC (rev 1381760)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Maintainer: Daniel Bermond <[email protected]>
+
+pkgname=igsc
+pkgver=0.8.6
+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=(${url}/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('9726227af0667d247db54f94621b9d1af312dff1cd06ba75a18052cbcb754fa7')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_WERROR=OFF \
+    -Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+}

Reply via email to