diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-05 02:57:07 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-06-05 06:34:50 +0000 |
commit | 2639e96d9c69a11990862b6d3a93206b0d135de8 (patch) | |
tree | 85467a6fc38c03763998c810940ca93af250348c /main/acpi | |
parent | 8a6d59ab783e87fe30152a06d7471740427ed993 (diff) | |
download | aports-2639e96d9c69a11990862b6d3a93206b0d135de8.tar.bz2 aports-2639e96d9c69a11990862b6d3a93206b0d135de8.tar.xz |
main/acpi: modernize, fix license
Diffstat (limited to 'main/acpi')
-rw-r--r-- | main/acpi/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/main/acpi/APKBUILD b/main/acpi/APKBUILD index c0e181e9ef..0144f1fad6 100644 --- a/main/acpi/APKBUILD +++ b/main/acpi/APKBUILD @@ -1,19 +1,14 @@ # Maintainer: Cág <ca6c@bitmessage.ch> pkgname=acpi pkgver=1.7 -pkgrel=2 +pkgrel=3 pkgdesc="ACPI client for battery, power, and thermal readings" url="https://sourceforge.net/projects/acpiclient/files/acpiclient/" arch="all" options="!check" # No test suite. -license="GPL-2.0" -depends= -depends_dev="" -makedepends="$depends_dev" -install="" +license="GPL-2.0-or-later" subpackages="$pkgname-doc" source="https://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |