mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-24 04:20:46 +00:00
8 lines
168 B
HCL
8 lines
168 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "gradle.spec"
|
|
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"]
|
|
}
|
|
}
|