mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
8 lines
174 B
HCL
8 lines
174 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "gradle.spec"
|
|
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"]
|
|
}
|
|
}
|