void-packages/srcpkgs/hwids/template
2020-07-08 16:18:33 +02:00

18 lines
513 B
Bash

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