mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 19:02:19 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aaf3aa0f74 |
@@ -1 +1,4 @@
|
||||
rpm.version(sourcehut("~lattis/muon"));
|
||||
let versions = get("https://muon.build/releases/").json().keys();
|
||||
versions.sort();
|
||||
versions.pop();
|
||||
rpm.version(versions.pop());
|
||||
|
||||
@@ -33,7 +33,7 @@ Requires: %{name}-libs%{_isa} = %evr
|
||||
%pkg_devel_files
|
||||
|
||||
%files devel
|
||||
%{_libdir}/cmake/qjs/*.cmake
|
||||
%{_libdir}/cmake/quickjs/*.cmake
|
||||
|
||||
|
||||
%package examples
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
// Empty until sourcehut update script
|
||||
rpm.global("commit", sourcehut_commit("~malicean/alipad"));
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
rpm.global("commit_date", date());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user