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

recipes/utils/acpiclient/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: acpiclient
pkgver: '1.7'
pkgrel: '3'
pkgdesc: 'Client for battery, power, and thermal readings.'
url: 'https://sourceforge.net/projects/acpiclient'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.sourceforge.net/acpiclient/acpi-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd acpi-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true