mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-16 08:30:37 +00:00
d14c84b93b
* add: JuliaMono-font
* fix: add Packager macro
* fix: Provides: field
* add: architecture specification for streamlined anda builds
---------
(cherry picked from commit 5d71a8bee4)
Signed-off-by: J. <105894089+Its-J@users.noreply.github.com>
Co-authored-by: J. <105894089+Its-J@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
6 lines
78 B
HCL
6 lines
78 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "juliamono.spec"
|
|
}
|
|
} |