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

recipes/gui/hardinfo/PAGBUILD.yaml main

43 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243
pkgname: hardinfo
pkgver: '0.5.1'
pkgrel: '5'
pkgdesc: 'A system information and benchmark tool'
url: 'https://github.com/lpereira/hardinfo'
arch: x86_64
depends:
- pciutils
- usbutils
- 'xorg-xrandr'
- mesa
- 'hicolor-icon-theme'
- 'desktop-file-utils'
- 'gtk-update-icon-cache'
- 'shared-mime-info'

makedepends:
- git
- cmake
- 'json-glib'
- gtk3
- libsoup3

source: []
sha256sums: []
build: |
  git clone https://github.com/lpereira/hardinfo
  cd ${pkgname}
  mkdir build
  cd -
  cd ${pkgname}/build

  cmake \
      -DJSON_GLIB_INCLUDE_DIRS=/usr/include/json-glib-1.0 \
      -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_INSTALL_LIBDIR=lib \
      -DHARDINFO_GTK3=true \
      ..
  make
  make DESTDIR=${PKGDIR} install

package: |
  true