void-packages/srcpkgs/hwids/template
2016-08-09 17:20:23 +02:00

17 lines
505 B
Bash

# Template file for 'hwids'
pkgname=hwids
version=20160801
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=404c1fca03d11c90e21de9e3bec10600b0bbaefede1dcb71ff520bff8dfb6aec
do_install() {
vmkdir usr/share/hwdata
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
}