void-packages/srcpkgs/hwids/template
Đoàn Trần Công Danh 4fdce2dac5 hwids: drop noarch
2020-09-13 13:08:42 +07:00

17 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
}