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