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