17 lines
511 B
Bash
17 lines
511 B
Bash
# Template file for 'hwids'
|
|
pkgname=hwids
|
|
version=20191025
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="hwids-hwids-${version}"
|
|
short_desc="Hardware Identification Databases"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/gentoo/hwids"
|
|
distfiles="https://github.com/gentoo/hwids/archive/hwids-${version}.tar.gz"
|
|
checksum=aa4551217c9d9e980a1229273376a8813ecb34a5f190e8d3c0e6ed8ebd20bfae
|
|
|
|
do_install() {
|
|
vmkdir usr/share/hwdata
|
|
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
|
}
|