void-packages/srcpkgs/hwids/template

20 lines
782 B
Bash

# Template file for 'hwids'
pkgname=hwids
reverts="20201207_1 20210613_1 20200813.1_1 20200813.1_2 20200306_1 20200204_1 20191025_1 20190818_1 20190316_1 20180917_1 20180518_1 20180315_1 20171003_1 20170715_1 20170328_1 20161103_1 20160801_1 20160421_1 20160306_1 20150717_1 20150421_1 20150129_1 20150118_1"
version=0.361
revision=1
wrksrc="hwdata-${version}"
short_desc="Hardware Identification Databases"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later"
homepage="https://github.com/vcrhonek/hwdata"
distfiles="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${version}.tar.gz"
checksum=d16c4be2a0476be039dce114401e7e8417f704eb89d9e5add7b3538dd58a2462
do_install() {
vmkdir usr/share/hwdata
for i in *.ids; do
vinstall $i 644 usr/share/hwdata
done
}