jobcore/hwdata/PKGBUILD

42 lines
1002 B
Bash
Raw Normal View History

2022-03-20 13:19:37 +01:00
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=hwdata
2024-01-06 00:30:03 +01:00
pkgver=0.378
2023-11-04 14:01:52 +01:00
pkgrel=01
2022-03-20 13:19:37 +01:00
pkgdesc="hardware identification databases"
makedepends=('git')
replaces=('hwids')
conflicts=(hwids)
url=https://github.com/vcrhonek/hwdata
2024-01-06 00:30:03 +01:00
source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
2022-03-20 13:19:37 +01:00
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-10-04 16:34:46 +02:00
# make
2022-03-20 13:19:37 +01:00
2022-09-12 23:24:07 +02:00
package() {
cd ${pkgname}
make DESTDIR="${pkgdir}" install
2022-03-20 13:19:37 +01:00
}
#---- license gpg-key sha256sums ----
2023-03-04 02:17:21 +01:00
arch=(x86_64)
license=('GPL-2.0-or-later')
2022-03-20 13:19:37 +01:00
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
sha256sums=(SKIP)
2022-05-02 21:26:45 +02:00
2024-01-06 00:30:03 +01:00
## 8f727be5d1f60276657766a1222e72ba50d47f4f751c0db3950b1371f35ce71a hwdata-0.378-01-x86_64.pkg.tar.lz
2023-12-09 10:59:49 +01:00