summaryrefslogtreecommitdiff
path: root/cjfilesorter.spec
blob: 546d6566b2259aaf7b6e3aa6bc3f6661fef0590a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Name:           CJfsorter
Version:        0.1
Release:        1%{?dist}
Summary:        A filesorter to sort file by Cangjie

License:        MIT
URL:            example.com
Source0:        %{name}.tar.gz

%description
A filesorter to sort file by Cangjie

%prep
echo "--------------Prep------------------"
sudo dnf install wget
%setup -q
make envset


%build
%make_build


%install
%make_install


%files
%license LICENSE
%{_bindir}/main
cangjie



%changelog
* Sun Feb 16 2025 Youser <1328699220@qq.com>
-