mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
de6535ba19
* add: asusctl * Make it build * Remove empty file * Add update.rhai * Don't build on non-x86_64 architecture
7 lines
76 B
HCL
7 lines
76 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "asusctl.spec"
|
|
}
|
|
}
|