43 lines
1.2 KiB
Bash
43 lines
1.2 KiB
Bash
#!/usr/bin/bash
|
|
# JOBoRun : Jwm OpenBox Obarun RUNit
|
|
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
|
# PkgSource : url="https://git.disroot.org/joborun-pkg/jobcore/src/branch/main/$pkgname"
|
|
# Website : https://pozol.eu
|
|
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
|
|
|
pkgname=hwdata
|
|
pkgver=0.387
|
|
pkgrel=01
|
|
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")
|
|
|
|
build() {
|
|
cd ${pkgname}
|
|
./configure --prefix=/usr --disable-blacklist
|
|
}
|
|
# make
|
|
|
|
package() {
|
|
cd ${pkgname}
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
}
|
|
|
|
#---- license gpg-key sha256sums ----
|
|
|
|
arch=(x86_64)
|
|
|
|
license=('GPL-2.0-or-later')
|
|
|
|
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
|
|
|
|
b2sums=('d7a436035b132706a8af6f60fbbc2f7604014866fb929fd52ea7a95f8db5bd6255831f58f6a29b1d81ae9190bd57402a10d0e8d8a01f07d875ac329ae14a54da')
|
|
|
|
sha256sums=(a1407e1d8c2fe4e7e12c5218757d228d44986545db69d4cc11fc90622cf4e3f9) # hwdata 387
|
|
|
|
## d3fae11d2ffbeecf5d68d026a2a7f6e05f446aeed6951550349b34dd33f14857 hwdata-0.387-01-x86_64.pkg.tar.lz
|
|
|