mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
ac643dd184
* add: asusctl
* Make it build
* Remove empty file
* Add update.rhai
* Don't build on non-x86_64 architecture
(cherry picked from commit de6535ba19)
Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
7 lines
76 B
HCL
7 lines
76 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "asusctl.spec"
|
|
}
|
|
}
|