Date: Monday, January 10, 2022 @ 20:10:32
  Author: tpowa
Revision: 434168

archrelease: copy trunk to testing-any

Added:
  hwdata/repos/testing-any/
  hwdata/repos/testing-any/PKGBUILD
    (from rev 434167, hwdata/trunk/PKGBUILD)

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

Copied: hwdata/repos/testing-any/PKGBUILD (from rev 434167, 
hwdata/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2022-01-10 20:10:32 UTC (rev 434168)
@@ -0,0 +1,20 @@
+# Maintainer: Tobias Powalowski <[email protected]>
+pkgname=hwdata
+pkgver=0.355
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+replaces=('hwids')
+url=https://github.com/vcrhonek/hwdata
+license=('GPL2')
+arch=('any')
+source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+package() {
+  cd hwdata
+
+  for ids in pci.ids pnp.ids usb.ids; do
+    install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}

Reply via email to