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