mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-22 11:30:38 +00:00
904463c1b7
* add: Terra WINE stack
* chore: Rename some stuff and conflicts
* chore: Rename Git
* Update winetricks-git.spec
* Update winetricks.spec
* Update and rename wine-devel.spec to wine-dev.spec
* fix: Weird ix86 stuff
* fix: I messed with Winetricks last can you tell
* fix: Requires
* fix: Files
* fix?: aarch64 fixes
* fix: Better dir fix
* fix: Even better
* fix: What
* fix: ?
* AaaaaAAAAA
* Update wine-stable.spec
* Update wine-dev.spec
* Update winetricks-git.spec
* Hopefully actually fix that jank
---------
(cherry picked from commit 3c1be11bfd)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
12 lines
214 B
HCL
12 lines
214 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
rpm {
|
|
spec = "wine-dev.spec"
|
|
extra_repos = ["https://repos.fyralabs.com/terrarawhide-mesa"]
|
|
}
|
|
labels {
|
|
mock = 1
|
|
subrepo = "extras"
|
|
}
|
|
}
|