[arch-commits] Commit in hwids/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 13 16:01:12 UTC 2019
Date: Wednesday, November 13, 2019 @ 16:01:12
Author: foutrelis
Revision: 368145
archrelease: copy trunk to staging-any
Added:
hwids/repos/staging-any/
hwids/repos/staging-any/PKGBUILD
(from rev 368144, hwids/trunk/PKGBUILD)
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Copied: hwids/repos/staging-any/PKGBUILD (from rev 368144, hwids/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2019-11-13 16:01:12 UTC (rev 368145)
@@ -0,0 +1,19 @@
+# Maintainer: Tom Gundersen <teg at jklm.no>
+pkgname=hwids
+pkgver=20191025
+pkgrel=2
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://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')
More information about the arch-commits
mailing list