mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
fab6a6501c
* Update ipu6-camera-hal.spec
* Create update.rhai
* Bump commit?
* Nightly for date function
* Cursed
* Update ipu6-camera-hal.spec
* fix: Install and build
* fix: Ifcond typo
* Add myself as packager I guess
* fix: Whoops
* I am becoming the Joker
* Not taking anymore chances this is so annoying
* fix: Drop old lib file
* fix: Finally fully drop hal_adapter (thank God)
---------
(cherry picked from commit aafe2ed488)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
rpm.global("commit", gh_commit("intel/ipu6-camera-hal"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
let v = gh("intel/ipu6-camera-hal");
|
|
v.truncate(6);
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|