This commit is contained in:
commit
fa3eb28847
4 changed files with 110 additions and 0 deletions
29
cavif.spec
Normal file
29
cavif.spec
Normal file
|
@ -0,0 +1,29 @@
|
|||
Name: cavif
|
||||
Version: 6.6.6
|
||||
Release: %autorelease
|
||||
Summary: AVIF image creator in pure Rust
|
||||
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/kornelski/cavif-rs
|
||||
|
||||
BuildRequires: tar zstd
|
||||
|
||||
%description
|
||||
An AVIF image creator in pure Rust
|
||||
|
||||
%prep
|
||||
mkdir ./cavif/
|
||||
cd ./cavif/
|
||||
tar --zstd -xf ${COMPILED_DIR:-/compiled}/cavif/cavif.tar.zst
|
||||
|
||||
%install
|
||||
cd ./cavif/
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -Dm755 ./cavif %{buildroot}%{_bindir}/cavif
|
||||
|
||||
%files
|
||||
%{_bindir}/cavif
|
||||
|
||||
%changelog
|
||||
* DATE_HERE RPM_PACKAGER_NAME <RPM_PACKAGER_EMAIL>
|
||||
- CHANGELOG_MESSAGE_HERE
|
Loading…
Add table
Add a link
Reference in a new issue