From 18418a691d8e96044219944699d59361ef923053 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Fri, 23 Apr 2021 14:11:33 +0200 Subject: [PATCH] ltunify: init at 0.3 --- sakamoto/ltunify/APKBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sakamoto/ltunify/APKBUILD diff --git a/sakamoto/ltunify/APKBUILD b/sakamoto/ltunify/APKBUILD new file mode 100644 index 0000000..1996421 --- /dev/null +++ b/sakamoto/ltunify/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: Patrycja Rosa +# Maintainer: Patrycja Rosa +pkgname=ltunify +pkgver=0.3 +pkgrel=0 +pkgdesc="Logitech Unifying tool for Linux" +url="https://git.lekensteyn.nl/ltunify/" +arch="all" +license="GPL-3.0-or-later" +depends="" +makedepends="libexecinfo-dev" +install="" +subpackages="" +source="$pkgname-$pkgver.tar.gz::https://github.com/Lekensteyn/ltunify/archive/refs/tags/v$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" +options="!check" + +build() { + make ltunify +} + +package() { + make install DESTDIR=$pkgdir bindir=$pkgdir/usr/bin udevrulesdir=$pkgdir/etc/udev/rules.d +} +sha512sums="f876de44b1b893bba2d8d44336f4936e639bd700d9dd22b46ef7ae11b731a6710c1154546272dd01c45d0e50d07c692c448c4be0b8d89d1e9772c3ed7575f626 ltunify-0.3.tar.gz"