jobcore/hwdata/PKGBUILD

41 lines
989 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
2023-04-04 21:51:30 +02:00
pkgver=0.369
2022-10-04 16:34:46 +02: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
source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
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)
2022-03-20 13:19:37 +01:00
license=('GPL2')
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
sha256sums=(SKIP)
2022-05-02 21:26:45 +02:00
2023-04-04 21:51:30 +02:00
## f63489483fba571e8fdd7673f24c4b5bee050ad6f57140f95f8979c0f32c082e hwdata-0.369-01-x86_64.pkg.tar.lz