mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
29 lines
605 B
RPMSpec
29 lines
605 B
RPMSpec
Name: flow-control
|
|
Epoch: 1
|
|
Version: 0.6.0
|
|
Release: 1%?dist
|
|
Summary: A programmer's text editor
|
|
License: MIT
|
|
URL: https://github.com/neurocyte/flow
|
|
BuildRequires: zig
|
|
BuildRequires: anda-srpm-macros
|
|
Provides: flow = %epoch:%version-%release
|
|
Obsoletes: flow-control-nightly < 20250212.9999999
|
|
|
|
%description
|
|
%summary.
|
|
|
|
%prep
|
|
%git_clone %url v%version
|
|
|
|
%build
|
|
zig build -Doptimize=ReleaseFast --release=fast
|
|
|
|
%install
|
|
install -Dpm755 zig-out/bin/flow %buildroot%_bindir/flow
|
|
|
|
%files
|
|
%doc README.md help.md
|
|
%license LICENSE
|
|
%_bindir/flow
|