mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-17 00:50:40 +00:00
f5d1d5878b
* feat: Add hid-tmff2 kmod/dkms
* feat: Add new-lg4ff kmod/dkms
* feat: Add t150-driver kmod/dkms
* feat: Add hid-fanatecff kmod/dkms
* chore: Requested fixes
(cherry picked from commit 330cff7990)
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
rpm.global("commit", gh_commit("Kimplul/hid-tmff2"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commitdate", date());
|
|
let ver = gh("Kimplul/hid-tmff2");
|
|
ver.crop(0);
|
|
rpm.global("ver", ver);
|
|
|
|
let tminit = gh_commit("Kimplul/hid-tminit");
|
|
rpm.global("tminit_commit", tminit);
|
|
}
|