hwids: update to 0.360.
This commit is contained in:
parent
046c9aacc6
commit
b7ce35f2f7
1 changed files with 9 additions and 6 deletions
|
@ -1,16 +1,19 @@
|
|||
# Template file for 'hwids'
|
||||
pkgname=hwids
|
||||
version=20210613
|
||||
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="hwids-hwids-${version}"
|
||||
wrksrc="hwdata-${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
|
||||
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
|
||||
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
||||
for i in *.ids; do
|
||||
vinstall $i 644 usr/share/hwdata
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue