mirror of
https://abf.rosa.ru/djam/lazysql.git
synced 2025-02-22 22:32:46 +00:00
0.3.0
This commit is contained in:
parent
a7b1f076e9
commit
41ab1d6bd2
2 changed files with 4 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
lazysql-0.2.9.tar.gz: 361b9ded114585cd966355579f37939821a1ab22
|
||||
lazysql-0.3.0.tar.gz: 754036849c25f1acb5194482fe709c0ce639c9aa
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: lazysql
|
||||
Version: 0.2.9
|
||||
Version: 0.3.0
|
||||
Release: 1
|
||||
Summary: TUI database management tool
|
||||
URL: https://github.com/jorgerojas26/lazysql
|
||||
|
@ -14,6 +14,7 @@ BuildRequires: git-core
|
|||
BuildRequires: upx
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
|
||||
%description
|
||||
A cross-platform TUI database management tool written in Go
|
||||
|
@ -22,7 +23,7 @@ A cross-platform TUI database management tool written in Go
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
export GOPROXY=https://proxy.golang.org/cached-only
|
||||
go build --ldflags="-s -w" -o bin/%{name} .
|
||||
|
||||
upx bin/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue