void-packages/srcpkgs/hwids/template
2016-03-06 16:59:57 +01:00

18 lines
505 B
Bash

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