Skip to content
Snippets Groups Projects
Commit 7d9d35cc authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

testing/acpi-utils: new aport

parent 3e45ab8b
No related branches found
No related tags found
No related merge requests found
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=acpi-utils
pkgver=0.1.0
pkgrel=0
pkgdesc="ACPI utilities for use in scripts and one-liners"
url="https://github.com/jirutka/acpi-utils"
arch="noarch"
license="MIT"
makedepends="asciidoctor"
subpackages="$pkgname-doc"
source="https://github.com/jirutka/acpi-utils/archive/v$pkgver/acpi-utils-$pkgver.tar.gz"
options="!check" # no tests provided
build() {
make build
}
package() {
make install DESTDIR="$pkgdir" prefix=/usr
}
sha512sums="
7d6938e228ddd90491dc66cb1705804d639eaa1da5ef9b57cede716c948d94c38bdba3c350e9b64c1152a107f251c80279cd2d8503af7f7e259f4926273ffcfe acpi-utils-0.1.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment