🔒 Repository is read-only – file editing is disabled.

recipes/gui/hwdata/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: hwdata
pkgver: '0.410'
pkgrel: 1
pkgdesc: Hardware identification and configuration data (pci.ids, usb.ids, ...)
url: https://github.com/vcrhonek/hwdata
arch: x86_64
license:
- GPL-2.0-or-later
depends: []
makedepends: []
source:
- https://github.com/vcrhonek/hwdata/archive/refs/tags/v${pkgver}.tar.gz
sha256sums:
- SKIP
build: |
  cd ${pkgname}

  make install PREFIX=/usr DESTDIR=${PKGDIR}
package: |
  true