jobcore/hwdata/PKGBUILD

42 lines
984 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-02-04 21:17:06 +01:00
pkgver=0.367
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
arch=('any')
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 ----
license=('GPL2')
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
sha256sums=(SKIP)
2022-05-02 21:26:45 +02:00
2023-02-04 21:17:06 +01:00
# 968e30c3092d7fa9c0674990dc90f70d646b3cb43954cfe7c64c95875f46e658 hwdata-0.367-01-any.pkg.tar.lz