void-packages/srcpkgs/hwids/template
2017-03-31 11:24:07 +02:00

17 lines
505 B
Bash

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