aboutsummaryrefslogtreecommitdiffstats
path: root/community/liquidctl
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-01 23:52:38 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-02 01:30:15 -0300
commit32b1eea4866c2e892254cacfa553908bac00a829 (patch)
tree645c71a91e9577c57876c59b0b3cb2a463ba77f2 /community/liquidctl
parentff7247be4f718524afa56d989e951d71a2dad576 (diff)
downloadaports-32b1eea4866c2e892254cacfa553908bac00a829.tar.bz2
aports-32b1eea4866c2e892254cacfa553908bac00a829.tar.xz
community/liquidctl: move from testing
Diffstat (limited to 'community/liquidctl')
-rw-r--r--community/liquidctl/APKBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/liquidctl/APKBUILD b/community/liquidctl/APKBUILD
new file mode 100644
index 0000000000..e1c13e2144
--- /dev/null
+++ b/community/liquidctl/APKBUILD
@@ -0,0 +1,27 @@
+# Contributor: Leo <thinkabit.ukim@gmail.com>
+# Maintainer: Leo <thinkabit.ukim@gmail.com>
+pkgname=liquidctl
+pkgver=1.3.3
+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"
+subpackages="$pkgname-doc"
+source="$pkgname-$pkgver.tar.gz::https://github.com/jonasmalacofilho/liquidctl/archive/v$pkgver.tar.gz"
+
+build() {
+ python3 setup.py build
+}
+
+check() {
+ python3 setup.py test
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+ install -Dm644 liquidctl.8 "$pkgdir"/usr/share/man/man8/liquidctl.8
+}
+
+sha512sums="85a8e6cfd0eff36c842080539ac2aff9f31b3ff6a0a9a4e23b622a6d3a1ae5d40260b20e4077b064dcbc4c9353d801bab1fd547a72159d745e4081709f68e957 liquidctl-1.3.3.tar.gz"