# $Id$ # Maintainer: Tobias Powalowski # Maintainer: Tom Gundersen pkgname=hwids pkgver=20170109 pkgrel=1 pkgdesc="Combined hardware identification databases" arch=('any') url="https://github.com/gentoo/hwids" license=('GPL2') source=("http://pci-ids.ucw.cz/v2.2/pci.ids.gz" "https://usb-ids.gowdy.us/usb.ids.gz" "https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids") sha256sums=('3ee14c5ede97aecdb05083bb52a53026d7d29c5efdcce87c8e732837221880bf' 'd332a4943d0fc5f99fdb1e3e6cc841b40c2e9952ab87c302124604eebe28aa92' 'adbc464499373b07e7ca34eb03b3bf456a16ee1f4e67ddb4da15c3b31fd6eeb8') package() { for ids in pci.ids usb.ids pnp.ids; do install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}" done }