jobcore/hwdata/PKGBUILD-arch

24 lines
572 B
Text
Raw Normal View History

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