mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-14 23:50:38 +00:00
* initial package for stardust-comet
* RPM bug workaround in stardust-comet.spec
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Remove conflicts
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Update stardust-comet.spec
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Update stardust-comet.spec
Add packager
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Update stardust-comet.spec
Remove runtime requirements
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Update update.rhai
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Update update.rhai
Fix indentation
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Update stardust-comet.spec
Lock cargo install
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Update stardust-comet.spec
add %summary
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
* Update stardust-comet.spec
Unify summaries
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
---------
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
(cherry picked from commit 3a7e4fc375)
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "stardust-comet.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
%global commit afbf6109398794791ffb30317712d742143fd08a
|
||||
%global commit_date 20240831
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
Name: stardust-comet
|
||||
Version: %commit_date.%shortcommit
|
||||
Release: 1%?dist
|
||||
Summary: Annotate things in Stardust XR.
|
||||
URL: https://github.com/StardustXR/comet
|
||||
Source0: %url/archive/%commit/comet-%commit.tar.gz
|
||||
License: MIT
|
||||
BuildRequires: cargo cmake anda-srpm-macros cargo-rpm-macros mold
|
||||
|
||||
Provides: comet
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%summary
|
||||
|
||||
%prep
|
||||
%autosetup -n comet-%commit
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%define __cargo_common_opts %{?_smp_mflags} -Z avoid-dev-deps --locked
|
||||
%cargo_install
|
||||
|
||||
%files
|
||||
%_bindir/comet
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sat Sep 7 2024 Owen-sz <owen@fyralabs.com>
|
||||
- Package StardustXR comet
|
||||
@@ -0,0 +1,5 @@
|
||||
rpm.global("commit", gh_commit("StardustXR/comet"));
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
rpm.global("commit_date", date());
|
||||
}
|
||||
Reference in New Issue
Block a user