36 lines
665 B
RPMSpec
36 lines
665 B
RPMSpec
Name: blisp
|
|
Version: 0.0.1
|
|
Release: 0%{?dist}
|
|
Summary: Bouffalo Labs ISP tool/library for flashing Bouffalo RISC-V MCUs
|
|
URL: https://github.com/pine64/blisp
|
|
License: MIT
|
|
|
|
|
|
Source0: https://git.shrug.pw/api/packages/neil/generic/%{name}/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: gcc cmake make
|
|
|
|
%global _description %{expand:
|
|
Bouffalo Labs ISP tool & library
|
|
Open source tool and library for flashing Bouffalo RISC-V MCUs.
|
|
}
|
|
|
|
%description %_description
|
|
|
|
%prep
|
|
%autosetup
|
|
%cmake -DBLISP_BUILD_CLI=ON
|
|
|
|
%build
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%files
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Thu Dec 29 2022 Neil Hanlon <neil@shrug.pw> - 0.0.1-0
|
|
- initial specfile
|