jobcore/hwdata/PKGBUILD

44 lines
1.2 KiB
Text
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>
2024-08-22 17:58:58 +02:00
# PkgSource : url="https://git.disroot.org/joborun-pkg/jobcore/src/branch/main/$pkgname"
2022-03-20 13:19:37 +01:00
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=hwdata
2024-09-05 16:37:13 +02:00
pkgver=0.387
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
2024-09-05 16:37:13 +02:00
b2sums=('d7a436035b132706a8af6f60fbbc2f7604014866fb929fd52ea7a95f8db5bd6255831f58f6a29b1d81ae9190bd57402a10d0e8d8a01f07d875ac329ae14a54da')
2022-05-02 21:26:45 +02:00
2024-09-05 16:37:13 +02:00
sha256sums=(a1407e1d8c2fe4e7e12c5218757d228d44986545db69d4cc11fc90622cf4e3f9) # hwdata 387
2024-09-04 23:24:18 +02:00
2024-09-05 16:37:13 +02:00
## d3fae11d2ffbeecf5d68d026a2a7f6e05f446aeed6951550349b34dd33f14857 hwdata-0.387-01-x86_64.pkg.tar.lz
2024-03-05 23:52:17 +01:00