blob: 524a966faa8f66c3564f84ff540ad4866352e0ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = mf-cli
pkgdesc = CLI tool and seamless kernel module for Arturia MiniFuse 1/2
pkgver = 0.2.3
pkgrel = 1
url = https://github.com/nolight132/mf-cli
arch = x86_64
license = MIT
license = GPL2
makedepends = cargo
depends = glibc
depends = gcc-libs
depends = libusb
depends = systemd-libs
depends = dkms
source = mf-cli-0.2.3.tar.gz::https://github.com/nolight132/mf-cli/archive/v0.2.3.tar.gz
sha256sums = SKIP
pkgname = mf-cli
|