jobcore/hwdata/PKGBUILD-arch
2024-07-05 14:53:25 +03:00

23 lines
692 B
Text

# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=hwdata
pkgver=0.384
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=('ca092db03223ca9f3979067d4483b3c0ffcc59fd188d5e7429f4b2db7cd1870de06df638b9b6072a06e2525a6b38bb2d6d3e40655d0f80951028e8c20810389c')
build() {
cd ${pkgname}
./configure --prefix=/usr --disable-blacklist
}
package() {
cd ${pkgname}
make DESTDIR="${pkgdir}" install
}