17 lines
516 B
Bash
17 lines
516 B
Bash
# Template file for 'hwids'
|
|
pkgname=hwids
|
|
version=20180518
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="hwids-hwids-${version}"
|
|
short_desc="Hardware Identification Databases"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/gentoo/hwids"
|
|
distfiles="https://github.com/gentoo/hwids/archive/hwids-${version}.tar.gz"
|
|
checksum=a54d88b1abedf97b209db44d459bd3c6f995e0f30f7873a738808acf27065977
|
|
|
|
do_install() {
|
|
vmkdir usr/share/hwdata
|
|
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
|
}
|