This commit is contained in:
2026-06-02 21:38:47 +02:00
parent d3c949b8a2
commit f51dab51db
70 changed files with 1632 additions and 21 deletions
+13
View File
@@ -0,0 +1,13 @@
version = "1.1.7"
revision = 1
description = "Multitouch protocol translation library"
license = "MIT"
url = "https://bitmath.org/code/mtdev/"
source = tarball(
url=f"https://bitmath.org/code/mtdev/mtdev-{version}.tar.gz",
sha256="a55bd02a9af4dd266c0042ec608744fff3a017577614c057da09f1f4566ea32c",
)
host_deps = ["binutils", "gcc", "pkgconf"]
deps = [profile["libc"]]
configure, build, install = autotools()