summaryrefslogtreecommitdiffstats
path: root/abs/core/hwids/PKGBUILD
blob: ea682a7b781d44b1c393da1568a7d9443729bc9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: PKGBUILD 163600 2012-07-16 16:55:13Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
pkgname=hwids
pkgver=20120711
pkgrel=1
pkgdesc="hardware identification databases"
url=https://github.com/gentoo/hwids
license=('GPL2')
arch=('any')
source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}")

package() {
  cd ${srcdir}/*
  mkdir -p "${pkgdir}/usr/share/hwdata"
  cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
}
md5sums=('f28b77e9793330ed1cd3568a8f715237')