mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
4f6280a3af
* add: VLC
* cleanup: New macros and bump release down
* fix: NO
* Cleanup and check if VLC is where it thinks it is?
* cat the log to see what's wrong
* cat the log to see what's wrong
* Try to get errors from this thing
* Empty commit because GitHub is testing my patience
* Try this?
* shdfshdfhj
* Cleanup spec and see if this works
* What now
* This will have to do.
---------
(cherry picked from commit a35314d3fc)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
12 lines
252 B
HCL
12 lines
252 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
rpm {
|
|
spec = "vlc.spec"
|
|
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-multimedia"]
|
|
}
|
|
labels {
|
|
mock = 1
|
|
subrepo = "multimedia"
|
|
}
|
|
}
|