jobcore/hwdata/PKGBUILD-arch

24 lines
572 B
Plaintext
Raw Normal View History

2022-03-20 13:19:37 +01:00
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=hwdata
2023-11-04 14:01:52 +01:00
pkgver=0.376
pkgrel=1
2022-03-20 13:19:37 +01:00
pkgdesc="hardware identification databases"
makedepends=('git')
replaces=('hwids')
url=https://github.com/vcrhonek/hwdata
license=('GPL-2.0-or-later')
2022-03-20 13:19:37 +01:00
arch=('any')
source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
sha256sums=('SKIP')
2022-09-12 23:24:07 +02:00
build() {
cd ${pkgname}
2022-12-03 00:59:29 +01:00
./configure --prefix=/usr --disable-blacklist
2022-09-12 23:24:07 +02:00
}
2022-03-20 13:19:37 +01:00
package() {
2022-09-12 23:24:07 +02:00
cd ${pkgname}
make DESTDIR="${pkgdir}" install
2022-03-20 13:19:37 +01:00
}