Date: Friday, August 14, 2020 @ 12:58:35
  Author: tpowa
Revision: 394036

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
    (from rev 394035, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 394035, hwids/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2020-08-14 12:58:35 UTC (rev 394036)
@@ -0,0 +1,19 @@
+# Maintainer: Tom Gundersen <[email protected]>
+pkgname=hwids
+pkgver=20200813
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git+https://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}";)
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+    install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')

Reply via email to