Files
packages/anda/devs/flow/flow-control-nightly.spec
T
sadlerm4 5fb4d00c90 bump: ruffle electron yt-dlp mpv flow ghostty zed prismlauncher spotx-bash discord-canary-openasar discord-canary (#3165)
* bump: ruffle electron yt-dlp

* bump(nightly): mpv flow nightly nightly prismlauncher-nightly spotx-bash

* bump: discord-canary-openasar discord-canary

---------

Co-authored-by: Raboneko <raboneko@fyralabs.com>
2025-01-30 18:25:06 +08:00

31 lines
701 B
RPMSpec

%global commit e6e0301a782989782464e5f141ff4b4030a23c38
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20250130
Name: flow-control-nightly
Version: %commit_date.%shortcommit
Release: 1%?dist
Summary: A programmer's text editor
License: MIT
URL: https://github.com/neurocyte/flow
Source0: %url/archive/%commit.tar.gz
BuildRequires: zig
Provides: flow = %version-%release
%description
%summary.
%prep
%autosetup -n flow-%commit
%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