mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-10 05:37:36 +00:00
6ed095130c
* Update ipu6-camera-bins.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update update.rhai Signed-off-by: Gilver <rockgrub@disroot.org> * fix: Make nightly due to the date function Signed-off-by: Gilver <rockgrub@disroot.org> * Update ipu6-camera-bins.spec Signed-off-by: Gilver <rockgrub@disroot.org> * The funny Signed-off-by: Gilver <rockgrub@disroot.org> * Right Signed-off-by: Gilver <rockgrub@disroot.org> * Update ipu6-camera-bins.spec Signed-off-by: Gilver <rockgrub@disroot.org> * fix: Install and build * fix: Ifcond typo * feat: Ifcond * Fixes for build and obsoletes * Idiot moment * Mega idiot can't read moment * Add build dep just in case * chore: Update description/summary * cleanup: Stray dot?? * fix: Not really noarch and readelf is just trash on .a files * cleanup: Nest the %if? * chore: Bump obsolete release Signed-off-by: Gilver <rockgrub@disroot.org> --------- Signed-off-by: Gilver <rockgrub@disroot.org>
10 lines
123 B
HCL
10 lines
123 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "ipu6-camera-bins.spec"
|
|
}
|
|
labels {
|
|
nightly = 1
|
|
}
|
|
}
|