void-packages/srcpkgs/hwids/template
2018-03-16 12:13:33 +01:00

17 lines
516 B
Bash

# Template file for 'hwids'
pkgname=hwids
version=20180315
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.0-or-later"
distfiles="https://github.com/gentoo/hwids/archive/hwids-${version}.tar.gz"
checksum=07e7f9fca342dcd6f4ae8bf2f0285a68d9c170d19a62d7aad3b62dd05c54f47a
do_install() {
vmkdir usr/share/hwdata
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
}