[arch-commits] Commit in hwdata/repos (testing-any testing-any/PKGBUILD)
Tobias Powalowski
tpowa at gemini.archlinux.org
Sun Feb 6 18:12:20 UTC 2022
Date: Sunday, February 6, 2022 @ 18:12:20
Author: tpowa
Revision: 436339
archrelease: copy trunk to testing-any
Added:
hwdata/repos/testing-any/
hwdata/repos/testing-any/PKGBUILD
(from rev 436338, hwdata/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: hwdata/repos/testing-any/PKGBUILD (from rev 436338, hwdata/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2022-02-06 18:12:20 UTC (rev 436339)
@@ -0,0 +1,21 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=hwdata
+pkgver=0.356
+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}?signed")
+validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
+sha256sums=('SKIP')
+
+package() {
+ cd hwdata
+
+ for ids in pci.ids pnp.ids usb.ids; do
+ install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+ done
+}
More information about the arch-commits
mailing list