mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +00:00
6c50527200
* add sccache * reverse conf flag * Add cargo_license and cargo_license_summary macros * remove license macros because meh * Update rust-sccache.spec to disable shebang mangling This commit updates the rust-sccache.spec file to disable shebang mangling. This change ensures that shebangs are not modified during the build process. * Fix shebangs in rust-sccache.spec * Add conditional compilation for dist server * Fix package dependencies * Add sccache-dist binary if dist_server is enabled
6 lines
55 B
HCL
6 lines
55 B
HCL
project pkg {
|
|
rpm {
|
|
spec = "rust-sccache.spec"
|
|
}
|
|
}
|