void-packages/srcpkgs/hwids/template
2015-07-19 08:46:08 +02:00

18 lines
505 B
Bash

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