16 lines
502 B
Bash
16 lines
502 B
Bash
# Template file for 'hwids'
|
|
pkgname=hwids
|
|
version=20200813.1
|
|
revision=2
|
|
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=2b36a2fd26553c3ca79edc182421a3bdeb13d5dbcb33e8727710c64dac3d23e4
|
|
|
|
do_install() {
|
|
vmkdir usr/share/hwdata
|
|
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
|
}
|