void-packages/srcpkgs/hwids/template
2020-02-18 21:49:57 +01:00

17 lines
511 B
Bash

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