summaryrefslogtreecommitdiffstats
path: root/abs/core/hwids/PKGBUILD
blob: c900b056a6cdfb855befb8f2576c11a10ef894c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$
# Maintainer: Tom Gundersen <teg@jklm.no>
pkgname=hwids
pkgver=20161103
pkgrel=1
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')