jobcore/hwdata/PKGBUILD

41 lines
989 B
Bash

#!/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
pkgver=0.369
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=('GPL2')
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
sha256sums=(SKIP)
## f63489483fba571e8fdd7673f24c4b5bee050ad6f57140f95f8979c0f32c082e hwdata-0.369-01-x86_64.pkg.tar.lz