Compare commits

...

6 Commits

Author SHA1 Message Date
Owen Zimmerman d9506772a6 Merge branch 'frawhide' into jade/multipass 2026-05-07 01:32:12 -05:00
metcya f0c0fb549a idk maybe this is progress 2025-12-07 16:54:49 -06:00
Jaiden Riordan 4bb96ebe17 i hate cmake 2025-10-28 17:14:11 -05:00
Jaiden Riordan f9b15c32ff don't need to update modules 2025-10-27 02:42:40 -05:00
Jaiden Riordan 78693ca98d switch to git clone 2025-10-27 02:35:55 -05:00
Jaiden Riordan bb9c47f0f0 spec 2025-10-27 00:27:50 -05:00
2 changed files with 38 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "multipass.spec"
}
}
+33
View File
@@ -0,0 +1,33 @@
Name: multipass
Version: 1.16.1
Release: 1%?dist
Summary: Multipass orchestrates virtual Ubuntu instances
License: GPL-3.0
URL: https://canonical.com/multipass
BuildRequires: cmake gcc-c++ mold ninja-build cmake(fmt) openssl-devel cmake(gRPC) cmake(yaml-cpp) cmake(semver) cmake(Qt6) cmake(Qt6Core) cmake(Qt6Concurrent) cmake(Qt6Network)
%description
Multipass is a lightweight VM manager for Linux, Windows and macOS. It's
designed for developers who want to spin up a fresh Ubuntu environment with a
single command. It uses KVM on Linux, Hyper-V on Windows and QEMU on macOS to
run virtual machines with minimal overhead. It can also use VirtualBox on
Windows and macOS. Multipass will fetch Ubuntu images for you and keep them up
to date.
%prep
%git_clone https://github.com/canonical/%{name}.git v%{version}
%build
export VCPKG_FORCE_SYSTEM_BINARIES=1
%cmake .
%cmake_build
%install
%cmake_install
%files
%changelog
* Mon Oct 27 2025 Jaiden Riordan <jade@fyralabs.com>
- Initial package