🔒 Repository is read-only – file editing is disabled.
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