Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package for fast-syntax-highlighting for ZSH #1037

Open
wants to merge 11 commits into
base: f40
Choose a base branch
from
31 changes: 31 additions & 0 deletions anda/tools/F-Sy-H/F-Sy-H.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Name: F-Sy-H
Version: 1.67
Release: 1%?dist

Summary: Feature-rich Syntax Highlighting for Zsh
License: BSD-3-Clause
URL: https://github.com/z-shell/%name
Source0: %url/archive/refs/tags/v%{version}.tar.gz

BuildArch: noarch

BuildRequires: zsh

Requires: zsh

%description
Feature-rich Syntax Highlighting for Zsh.

%prep
%autosetup

%build

%install
install -Dm644 %name.plugin.zsh %buildroot%_datadir/%name/%name.plugin.zsh

%files
%_datadir/%name/%name.plugin.zsh

%changelog
%autochangelog
5 changes: 5 additions & 0 deletions anda/tools/F-Sy-H/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "F-Sy-H.spec"
}
}
1 change: 1 addition & 0 deletions anda/tools/F-Sy-H/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpm.version(gh("z-shell/F-Sy-H"));
Loading