void-packages/srcpkgs/hwids/template
2017-10-05 07:05:20 +00:00

18 lines
505 B
Bash

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