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

recipes/core/hwdata/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: hwdata
pkgver: '0.410'
pkgrel: '1'
pkgdesc: Hardware Identification Databases
url: 'https://github.com/vcrhonek/hwdata'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- git
source:
- 'https://github.com/vcrhonek/hwdata/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 2864b061b179b8ad8cb6a7339ca07678240a183d9cedce8677a4950acaf798e0
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --disable-blacklist

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