diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 16:14:09 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 16:19:34 -0300 |
| commit | 8e9595a9c097d9d7f78d4d28ce08bc613e473131 (patch) | |
| tree | 00729c9ca4b6f028bdd7a47b878a35abd5ae0986 /testing/liquidctl | |
| parent | 4b6bd8c66609392f52780d979f74fbc90e022d51 (diff) | |
| download | aports-8e9595a9c097d9d7f78d4d28ce08bc613e473131.tar.bz2 aports-8e9595a9c097d9d7f78d4d28ce08bc613e473131.tar.xz | |
testing/liquidctl: new aport
https://github.com/jonasmalacofilho/liquidctl
Liquid Cooler Control
Diffstat (limited to 'testing/liquidctl')
| -rw-r--r-- | testing/liquidctl/APKBUILD | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/liquidctl/APKBUILD b/testing/liquidctl/APKBUILD new file mode 100644 index 0000000000..476df62e96 --- /dev/null +++ b/testing/liquidctl/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: Leo <thinkabit.ukim@gmail.com> +# Maintainer: Leo <thinkabit.ukim@gmail.com> +pkgname=liquidctl +pkgver=1.3.2 +pkgrel=0 +pkgdesc="Liquid Cooler Control" +url="https://github.com/jonasmalacofilho/liquidctl" +arch="noarch" +license="GPL-3.0-or-later" +depends="python3 py3-setuptools py3-docopt py3-usb py3-hidapi" +source="https://github.com/jonasmalacofilho/liquidctl/releases/download/v$pkgver/liquidctl-$pkgver.tar.gz" + +build() { + python3 setup.py build +} + +check() { + python3 setup.py test +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="7c69f77d469c46380d0ba2ddf66a53555f95d2078368a4518f86f7d749afde0ca90b008cdc40f99be271684dd3138f966b116332b396f5ac8a9d1de53de456ae liquidctl-1.3.2.tar.gz" |
