void-packages/srcpkgs/hwids/template
2017-07-16 12:51:40 +02:00

17 lines
505 B
Bash

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