void-packages/srcpkgs/hwids/template
2019-08-25 15:53:22 +00:00

17 lines
511 B
Bash

# Template file for 'hwids'
pkgname=hwids
version=20190818
revision=1
archs=noarch
wrksrc="hwids-hwids-${version}"
short_desc="Hardware Identification Databases"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later"
homepage="https://github.com/gentoo/hwids"
distfiles="https://github.com/gentoo/hwids/archive/hwids-${version}.tar.gz"
checksum=cee0947dd345fbd3aa2dc008c53d81d05358f7fbebc4eadd626b688a586e83fd
do_install() {
vmkdir usr/share/hwdata
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
}