File simulavr.spec of Package simulavr
#
# spec file for package picotool
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
Name: simulavr-release
Version: 1.1.0
Release: 0
Summary: The SimulAVR program is a simulator
License: BSD-3-Clause
Group: Development/Tools/Other
URL: https://git.savannah.nongnu.org
Source0: https://git.savannah.nongnu.org/cgit/simulavr.git/snapshot/simulavr-release-1.1.0.tar.gz
BuildRequires: cmake >= 3.5
#BuildRequires: gcc-c++
#BuildRequires: libusb-1_0-devel
#BuildRequires: gcc-c++
#BuildRequires: g++
BuildRequires: make
BuildRequires: cmake
BuildRequires: git
BuildRequires: python3
%description
The SimulAVR program is a simulator for the Atmel AVR family of microcontrollers.
%prep
%autosetup
%build
%make_build
#%install
#%make_install
%files
#%license COPYING
#%doc AUTHORS ChangeLog DEVICES.txt README
%{_bindir}/simulavr
%changelog