Compare commits

..

2 Commits

Author SHA1 Message Date
madomado 86bd5eb058 Merge branch 'frawhide' into mado/fix/throne 2026-06-15 21:33:40 +08:00
madomado 448ad0d511 fix(throne): I guess we could try go mod tidy?
fix #13044 

Signed-off-by: madomado <madonuko@outlook.com>
2026-06-12 14:14:05 +08:00
4 changed files with 1 additions and 40 deletions
+1
View File
@@ -54,6 +54,7 @@ sed -i 's~add_library(qhotkey 3rdparty/QHotkey/qhotkey.cpp)~add_library(qhotkey
pushd core/server
export GOBIN=$(pwd)/gobin
export PATH="${PATH}:${GOBIN}"
go mod tidy
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install github.com/chai2010/protorpc/protoc-gen-protorpc@latest
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "linsh.spec"
}
}
-34
View File
@@ -1,34 +0,0 @@
%define debug_package %{nil}
Name: linsh
Version: 0.02
Release: 1%{?dist}
Summary: Linux shell
License: GPL-2.0-or-later
URL: https://github.com/maxskiier/linsh
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: make
BuildRequires: gcc
%description
%{summary}.
%prep
%autosetup
%build
%make_build
%install
install -Dm755 linsh %{buildroot}%{_bindir}/linsh
%files
%license LICENSE
%doc README.txt
%{_bindir}/linsh
%changelog
* Mon Jun 15 2026 Owen Zimmerman <owen@fyralabs.com> - 0.02-1
- Initial package
-1
View File
@@ -1 +0,0 @@
rpm.version(gh_tag("maxskiier/linsh"));