void-packages/srcpkgs/hwids/template

18 lines
505 B
Bash
Raw Normal View History

2012-05-24 07:49:10 +02:00
# Template file for 'hwids'
pkgname=hwids
2015-04-25 19:21:29 +02:00
version=20150421
revision=1
2014-02-20 10:54:22 +01:00
noarch=yes
2015-04-25 19:21:29 +02:00
wrksrc="hwids-hwids-${version}"
2012-05-24 07:49:10 +02:00
short_desc="Hardware Identification Databases"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-02-20 10:54:22 +01:00
homepage="https://github.com/gentoo/hwids"
2012-05-24 07:49:10 +02:00
license="GPL-2"
2015-04-25 19:21:29 +02:00
distfiles="https://github.com/gentoo/hwids/archive/hwids-${version}.tar.gz"
checksum=2c3ced90c069392f1f6ccdf7a8541ea2c3d871c575b8b6b02129e62bcec6f6a4
2012-05-24 07:49:10 +02:00
do_install() {
vmkdir usr/share/hwdata
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
}