mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
125987ff10
* fix: Obsolete libOSMesa, add compat package
* feat: A lil thank you
* feat: Epoch on compat package so both are the same
* Update mesa.spec
---------
(cherry picked from commit 68ca317303)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
11 lines
165 B
HCL
11 lines
165 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
rpm {
|
|
spec = "mesa-compat.spec"
|
|
}
|
|
labels {
|
|
mock = 1
|
|
subrepo = "mesa"
|
|
}
|
|
}
|