mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fdfe521470
* fix build * add sdk readme * reload udev rules * add libtrueforce userspace library * correct subsystem is hidraw * add TRUEFORCE_PROTOCOL to docs * Update anda/lib/libtrueforce/libtrueforce.spec Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> Signed-off-by: Luan Vitor Simião Oliveira <luanv.oliveira@outlook.com> * fix changelog messages * add missing packager lines * add missing requires for systemd-rpm-macros * move udev rule to kmod as proton can access it too * include script to setup trueforce on a proton prefix * fix build * fix build * fix changelog entries --------- Signed-off-by: Luan Vitor Simião Oliveira <luanv.oliveira@outlook.com> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
11 lines
137 B
HCL
11 lines
137 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "libtrueforce.spec"
|
|
}
|
|
labels {
|
|
updbranch = 1
|
|
mock = 1
|
|
}
|
|
}
|