packages/hwdata/PKGBUILD
2025-02-03 20:26:15 +01:00

25 lines
751 B
Bash

# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=hwdata
pkgver=0.391
pkgrel=1
pkgdesc="hardware identification databases"
makedepends=('git')
replaces=('hwids')
url=https://github.com/vcrhonek/hwdata
license=('GPL-2.0-or-later')
arch=(any)
source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
b2sums=('0c60d4f64e01d774eb3b4bf6704c4aaa5e2f8738ea4ffca59dd5674764e9caf053173dac941a925c63cbad5e1a8d7cc442fdecf19fedfa4347c8a784bcc0bd19')
build() {
cd ${pkgname}
./configure --prefix=/usr --disable-blacklist
}
package() {
cd ${pkgname}
make DESTDIR="${pkgdir}" install
}