File boomer.spec of Package boomer

#
# spec file for package boomer
#
# Copyright (c) 2025 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:           boomer
Version:        0.0.1
Release:        0
Summary:        Zoomer application for Linux
License:        MIT
URL:            https://github.com/tsoding/boomer
Source0:        %{name}-%{version}.tar.gz
#BuildRequires:  fdupes
BuildRequires:  nim
BuildRequires:  libX11-devel
BuildRequires:  libXext-devel
BuildRequires:  openssl
BuildRequires:  git
BuildRequires:  ca-certificates
BuildRequires:  mozilla-nss-certs
BuildArch:      x86_64

%description
Application to zoom within the X environment.

A flashlight effect can be turned on and off.

%prep
%setup -q -n boomer

#%build
#nimble build -l --noSslCheck --offline

%install
mkdir -p %{buildroot}/usr/bin
install -m 0755 boomer %{buildroot}/usr/bin/

#%fdupes -s %{buildroot}/%{_prefix}

%clean
rm -rf %{buildroot}

%files
/usr/bin/boomer
%doc LICENSE README.md

%changelog
* Sun Jul 13 2025 Kevin Mandura <kevin.mandura@mailbox.org> - 1.0-0
- Initial release of the boomer package.
openSUSE Build Service is sponsored by